Uses of Class
org.kie.pmml.commons.model.expressions.KiePMMLInterval
-
Packages that use KiePMMLInterval Package Description org.kie.pmml.commons.model Un-mutable domain-classes used to represent PMML models in model-specific format.org.kie.pmml.commons.model.expressions -
-
Uses of KiePMMLInterval in org.kie.pmml.commons.model
Methods in org.kie.pmml.commons.model that return types with arguments of type KiePMMLInterval Modifier and Type Method Description java.util.List<KiePMMLInterval>KiePMMLMiningField. getIntervals()Method parameters in org.kie.pmml.commons.model with type arguments of type KiePMMLInterval Modifier and Type Method Description KiePMMLMiningField.BuilderKiePMMLMiningField.Builder. withIntervals(java.util.List<KiePMMLInterval> intervals) -
Uses of KiePMMLInterval in org.kie.pmml.commons.model.expressions
Methods in org.kie.pmml.commons.model.expressions that return KiePMMLInterval Modifier and Type Method Description KiePMMLIntervalKiePMMLDiscretizeBin. getInterval()Constructors in org.kie.pmml.commons.model.expressions with parameters of type KiePMMLInterval Constructor Description KiePMMLDiscretizeBin(java.lang.String name, java.util.List<KiePMMLExtension> extensions, java.lang.String binValue, KiePMMLInterval interval)
-