All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nd4j.linalg.heartbeat.reports.Event Maven / Gradle / Ivy

package org.nd4j.linalg.heartbeat.reports;

/**
 * @author [email protected]
 */
public enum Event {
    STANDALONE, // local training event
    EXPORT, // export of model
    SPARK, // spark-based training event
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy