Uses of Interface
org.dmg.pmml.HasValue
-
Packages that use HasValue Package Description org.dmg.pmml org.dmg.pmml.baseline org.dmg.pmml.general_regression org.dmg.pmml.naive_bayes org.dmg.pmml.regression -
-
Uses of HasValue in org.dmg.pmml
Classes in org.dmg.pmml with type parameters of type HasValue Modifier and Type Interface Description interfaceHasValue<E extends PMMLObject & HasValue<E>>Classes in org.dmg.pmml that implement HasValue Modifier and Type Class Description classNormDiscreteclassSimplePredicateclassTargetValueclassValue -
Uses of HasValue in org.dmg.pmml.baseline
Classes in org.dmg.pmml.baseline that implement HasValue Modifier and Type Class Description classFieldValueclassFieldValueCount -
Uses of HasValue in org.dmg.pmml.general_regression
Classes in org.dmg.pmml.general_regression that implement HasValue Modifier and Type Class Description classBaselineStratumclassCategoryclassPPCell -
Uses of HasValue in org.dmg.pmml.naive_bayes
Classes in org.dmg.pmml.naive_bayes that implement HasValue Modifier and Type Class Description classPairCountsclassTargetValueCount -
Uses of HasValue in org.dmg.pmml.regression
Classes in org.dmg.pmml.regression that implement HasValue Modifier and Type Class Description classCategoricalPredictor
-