All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.dmg.pmml.general_regression.PMMLAttributes Maven / Gradle / Ivy
package org.dmg.pmml.general_regression;
import java.lang.reflect.Field;
public interface PMMLAttributes {
Field BASECUMHAZARDTABLES_MAXTIME = org.jpmml.model.ReflectionUtil.getField(BaseCumHazardTables.class, "maxTime");
Field BASELINECELL_TIME = org.jpmml.model.ReflectionUtil.getField(BaselineCell.class, "time");
Field BASELINECELL_CUMHAZARD = org.jpmml.model.ReflectionUtil.getField(BaselineCell.class, "cumHazard");
Field BASELINESTRATUM_VALUE = org.jpmml.model.ReflectionUtil.getField(BaselineStratum.class, "value");
Field BASELINESTRATUM_LABEL = org.jpmml.model.ReflectionUtil.getField(BaselineStratum.class, "label");
Field BASELINESTRATUM_MAXTIME = org.jpmml.model.ReflectionUtil.getField(BaselineStratum.class, "maxTime");
Field CATEGORY_VALUE = org.jpmml.model.ReflectionUtil.getField(Category.class, "value");
Field GENERALREGRESSIONMODEL_TARGETVARIABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "targetVariable");
Field GENERALREGRESSIONMODEL_MODELTYPE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "modelType");
Field GENERALREGRESSIONMODEL_MODELNAME = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "modelName");
Field GENERALREGRESSIONMODEL_MININGFUNCTION = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "miningFunction");
Field GENERALREGRESSIONMODEL_ALGORITHMNAME = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "algorithmName");
Field GENERALREGRESSIONMODEL_TARGETREFERENCECATEGORY = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "targetReferenceCategory");
Field GENERALREGRESSIONMODEL_CUMULATIVELINKFUNCTION = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "cumulativeLinkFunction");
Field GENERALREGRESSIONMODEL_LINKFUNCTION = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "linkFunction");
Field GENERALREGRESSIONMODEL_LINKPARAMETER = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "linkParameter");
Field GENERALREGRESSIONMODEL_TRIALSVARIABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "trialsVariable");
Field GENERALREGRESSIONMODEL_TRIALSVALUE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "trialsValue");
Field GENERALREGRESSIONMODEL_DISTRIBUTION = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "distribution");
Field GENERALREGRESSIONMODEL_DISTPARAMETER = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "distParameter");
Field GENERALREGRESSIONMODEL_OFFSETVARIABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "offsetVariable");
Field GENERALREGRESSIONMODEL_OFFSETVALUE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "offsetValue");
Field GENERALREGRESSIONMODEL_MODELDF = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "modelDF");
Field GENERALREGRESSIONMODEL_ENDTIMEVARIABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "endTimeVariable");
Field GENERALREGRESSIONMODEL_STARTTIMEVARIABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "startTimeVariable");
Field GENERALREGRESSIONMODEL_SUBJECTIDVARIABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "subjectIDVariable");
Field GENERALREGRESSIONMODEL_STATUSVARIABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "statusVariable");
Field GENERALREGRESSIONMODEL_BASELINESTRATAVARIABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "baselineStrataVariable");
Field GENERALREGRESSIONMODEL_SCORABLE = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "scorable");
Field GENERALREGRESSIONMODEL_MATHCONTEXT = org.jpmml.model.ReflectionUtil.getField(GeneralRegressionModel.class, "mathContext");
Field PARAMETER_NAME = org.jpmml.model.ReflectionUtil.getField(Parameter.class, "name");
Field PARAMETER_LABEL = org.jpmml.model.ReflectionUtil.getField(Parameter.class, "label");
Field PARAMETER_REFERENCEPOINT = org.jpmml.model.ReflectionUtil.getField(Parameter.class, "referencePoint");
Field PCELL_TARGETCATEGORY = org.jpmml.model.ReflectionUtil.getField(PCell.class, "targetCategory");
Field PCELL_PARAMETERNAME = org.jpmml.model.ReflectionUtil.getField(PCell.class, "parameterName");
Field PCELL_BETA = org.jpmml.model.ReflectionUtil.getField(PCell.class, "beta");
Field PCELL_DF = org.jpmml.model.ReflectionUtil.getField(PCell.class, "df");
Field PCOVCELL_PROW = org.jpmml.model.ReflectionUtil.getField(PCovCell.class, "pRow");
Field PCOVCELL_PCOL = org.jpmml.model.ReflectionUtil.getField(PCovCell.class, "pCol");
Field PCOVCELL_TROW = org.jpmml.model.ReflectionUtil.getField(PCovCell.class, "tRow");
Field PCOVCELL_TCOL = org.jpmml.model.ReflectionUtil.getField(PCovCell.class, "tCol");
Field PCOVCELL_VALUE = org.jpmml.model.ReflectionUtil.getField(PCovCell.class, "value");
Field PCOVCELL_TARGETCATEGORY = org.jpmml.model.ReflectionUtil.getField(PCovCell.class, "targetCategory");
Field PCOVMATRIX_TYPE = org.jpmml.model.ReflectionUtil.getField(PCovMatrix.class, "type");
Field PPCELL_VALUE = org.jpmml.model.ReflectionUtil.getField(PPCell.class, "value");
Field PPCELL_FIELD = org.jpmml.model.ReflectionUtil.getField(PPCell.class, "field");
Field PPCELL_PARAMETERNAME = org.jpmml.model.ReflectionUtil.getField(PPCell.class, "parameterName");
Field PPCELL_TARGETCATEGORY = org.jpmml.model.ReflectionUtil.getField(PPCell.class, "targetCategory");
Field PREDICTOR_FIELD = org.jpmml.model.ReflectionUtil.getField(Predictor.class, "field");
Field PREDICTOR_CONTRASTMATRIXTYPE = org.jpmml.model.ReflectionUtil.getField(Predictor.class, "contrastMatrixType");
}