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

org.dmg.pmml.anomaly_detection.PMMLAttributes Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version

package org.dmg.pmml.anomaly_detection;

import java.lang.reflect.Field;

public interface PMMLAttributes {

    Field ANOMALYDETECTIONMODEL_MODELNAME = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "modelName");
    Field ANOMALYDETECTIONMODEL_ALGORITHMNAME = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "algorithmName");
    Field ANOMALYDETECTIONMODEL_MININGFUNCTION = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "miningFunction");
    Field ANOMALYDETECTIONMODEL_ALGORITHMTYPE = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "algorithmType");
    Field ANOMALYDETECTIONMODEL_SAMPLEDATASIZE = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "sampleDataSize");
    Field ANOMALYDETECTIONMODEL_SCORABLE = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "scorable");
    Field ANOMALYDETECTIONMODEL_MATHCONTEXT = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "mathContext");

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy