org.dmg.pmml.gaussian_process.PMMLElements Maven / Gradle / Ivy
package org.dmg.pmml.gaussian_process;
import java.lang.reflect.Field;
public interface PMMLElements {
Field ABSOLUTEEXPONENTIALKERNEL_EXTENSIONS = org.jpmml.model.ReflectionUtil.getField(AbsoluteExponentialKernel.class, "extensions");
Field ABSOLUTEEXPONENTIALKERNEL_LAMBDAS = org.jpmml.model.ReflectionUtil.getField(AbsoluteExponentialKernel.class, "lambdas");
Field ARDSQUAREDEXPONENTIALKERNEL_EXTENSIONS = org.jpmml.model.ReflectionUtil.getField(ARDSquaredExponentialKernel.class, "extensions");
Field ARDSQUAREDEXPONENTIALKERNEL_LAMBDAS = org.jpmml.model.ReflectionUtil.getField(ARDSquaredExponentialKernel.class, "lambdas");
Field GAUSSIANPROCESSMODEL_EXTENSIONS = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "extensions");
Field GAUSSIANPROCESSMODEL_MININGSCHEMA = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "miningSchema");
Field GAUSSIANPROCESSMODEL_OUTPUT = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "output");
Field GAUSSIANPROCESSMODEL_MODELSTATS = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "modelStats");
Field GAUSSIANPROCESSMODEL_MODELEXPLANATION = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "modelExplanation");
Field GAUSSIANPROCESSMODEL_TARGETS = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "targets");
Field GAUSSIANPROCESSMODEL_LOCALTRANSFORMATIONS = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "localTransformations");
Field GAUSSIANPROCESSMODEL_RADIALBASISKERNEL = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "radialBasisKernel");
Field GAUSSIANPROCESSMODEL_ARDSQUAREDEXPONENTIALKERNEL = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "ardSquaredExponentialKernel");
Field GAUSSIANPROCESSMODEL_ABSOLUTEEXPONENTIALKERNEL = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "absoluteExponentialKernel");
Field GAUSSIANPROCESSMODEL_GENERALIZEDEXPONENTIALKERNEL = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "generalizedExponentialKernel");
Field GAUSSIANPROCESSMODEL_TRAININGINSTANCES = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "trainingInstances");
Field GAUSSIANPROCESSMODEL_MODELVERIFICATION = org.jpmml.model.ReflectionUtil.getField(GaussianProcessModel.class, "modelVerification");
Field GENERALIZEDEXPONENTIALKERNEL_EXTENSIONS = org.jpmml.model.ReflectionUtil.getField(GeneralizedExponentialKernel.class, "extensions");
Field GENERALIZEDEXPONENTIALKERNEL_LAMBDAS = org.jpmml.model.ReflectionUtil.getField(GeneralizedExponentialKernel.class, "lambdas");
Field LAMBDA_EXTENSIONS = org.jpmml.model.ReflectionUtil.getField(Lambda.class, "extensions");
Field LAMBDA_ARRAY = org.jpmml.model.ReflectionUtil.getField(Lambda.class, "array");
Field RADIALBASISKERNEL_EXTENSIONS = org.jpmml.model.ReflectionUtil.getField(RadialBasisKernel.class, "extensions");
}