Uses of Class
org.jpmml.model.annotations.AlternateValueConstructor
-
-
Uses of AlternateValueConstructor in org.dmg.pmml
Constructors in org.dmg.pmml with annotations of type AlternateValueConstructor Constructor Description Aggregate(Field<?> field, Aggregate.Function function)BlockIndicator(Field<?> field)Discretize(Field<?> field)FieldColumnPair(Field<?> field, java.lang.String column)FieldRef(Field<?> field)Lag(Field<?> field)MiningField(Field<?> nameField)NormContinuous(Field<?> field, java.util.List<LinearNorm> linearNorms)NormDiscrete(Field<?> field, java.lang.Object value)PartitionFieldStats(Field<?> field)PredictiveModelQuality(Field<?> targetField)SimplePredicate(Field<?> field, SimplePredicate.Operator operator, java.lang.Object value)SimpleSetPredicate(Field<?> field, SimpleSetPredicate.BooleanOperator booleanOperator, Array array)TextIndex(Field<?> textField, Expression expression)VerificationField(Field<?> field) -
Uses of AlternateValueConstructor in org.dmg.pmml.baseline
Constructors in org.dmg.pmml.baseline with annotations of type AlternateValueConstructor Constructor Description FieldValue(Field<?> field, java.lang.Object value, java.util.List<FieldValue> fieldValues, java.util.List<FieldValueCount> fieldValueCounts)FieldValueCount(Field<?> field, java.lang.Object value, java.lang.Number count)TestDistributions(Field<?> field, TestDistributions.TestStatistic testStatistic, Baseline baseline) -
Uses of AlternateValueConstructor in org.dmg.pmml.bayesian_network
Constructors in org.dmg.pmml.bayesian_network with annotations of type AlternateValueConstructor Constructor Description ContinuousNode(Field<?> nameField, java.util.List<PMMLObject> content)DiscreteNode(Field<?> nameField, java.util.List<PMMLObject> content)ParentValue(Field<?> parentField, java.lang.Object value) -
Uses of AlternateValueConstructor in org.dmg.pmml.clustering
Constructors in org.dmg.pmml.clustering with annotations of type AlternateValueConstructor Constructor Description ClusteringField(Field<?> field) -
Uses of AlternateValueConstructor in org.dmg.pmml.general_regression
Constructors in org.dmg.pmml.general_regression with annotations of type AlternateValueConstructor Constructor Description PPCell(java.lang.Object value, Field<?> field, java.lang.String parameterName)Predictor(Field<?> field) -
Uses of AlternateValueConstructor in org.dmg.pmml.mining
Constructors in org.dmg.pmml.mining with annotations of type AlternateValueConstructor Constructor Description VariableWeight(Field<?> field) -
Uses of AlternateValueConstructor in org.dmg.pmml.naive_bayes
Constructors in org.dmg.pmml.naive_bayes with annotations of type AlternateValueConstructor Constructor Description BayesInput(Field<?> field, TargetValueStats targetValueStats, java.util.List<PairCounts> pairCounts) -
Uses of AlternateValueConstructor in org.dmg.pmml.nearest_neighbor
Constructors in org.dmg.pmml.nearest_neighbor with annotations of type AlternateValueConstructor Constructor Description InstanceField(Field<?> field)KNNInput(Field<?> field) -
Uses of AlternateValueConstructor in org.dmg.pmml.regression
Constructors in org.dmg.pmml.regression with annotations of type AlternateValueConstructor Constructor Description CategoricalPredictor(Field<?> field, java.lang.Object value, java.lang.Number coefficient)NumericPredictor(Field<?> field, java.lang.Number coefficient) -
Uses of AlternateValueConstructor in org.dmg.pmml.sequence
Constructors in org.dmg.pmml.sequence with annotations of type AlternateValueConstructor Constructor Description SetPredicate(java.lang.String id, Field<?> field, Array array) -
Uses of AlternateValueConstructor in org.dmg.pmml.time_series
Constructors in org.dmg.pmml.time_series with annotations of type AlternateValueConstructor Constructor Description DynamicRegressor(Field<?> field)
-