org.dmg.pmml.anomaly_detection.PMMLElements Maven / Gradle / Ivy
package org.dmg.pmml.anomaly_detection;
import java.lang.reflect.Field;
public interface PMMLElements {
Field ANOMALYDETECTIONMODEL_EXTENSIONS = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "extensions");
Field ANOMALYDETECTIONMODEL_MININGSCHEMA = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "miningSchema");
Field ANOMALYDETECTIONMODEL_OUTPUT = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "output");
Field ANOMALYDETECTIONMODEL_LOCALTRANSFORMATIONS = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "localTransformations");
Field ANOMALYDETECTIONMODEL_MODELVERIFICATION = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "modelVerification");
Field ANOMALYDETECTIONMODEL_MODEL = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "model");
Field ANOMALYDETECTIONMODEL_MEANCLUSTERDISTANCES = org.jpmml.model.ReflectionUtil.getField(AnomalyDetectionModel.class, "meanClusterDistances");
Field MEANCLUSTERDISTANCES_EXTENSIONS = org.jpmml.model.ReflectionUtil.getField(MeanClusterDistances.class, "extensions");
Field MEANCLUSTERDISTANCES_ARRAY = org.jpmml.model.ReflectionUtil.getField(MeanClusterDistances.class, "array");
}