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 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(List<KiePMMLInterval> intervals) -
Uses of KiePMMLInterval in org.kie.pmml.commons.model.expressions
Constructors in org.kie.pmml.commons.model.expressions with parameters of type KiePMMLInterval Constructor Description KiePMMLDiscretizeBin(String name, List<KiePMMLExtension> extensions, String binValue, KiePMMLInterval interval)
-