Class KiePMMLCluster
- java.lang.Object
-
- org.kie.pmml.models.clustering.model.KiePMMLCluster
-
public class KiePMMLCluster extends Object
-
-
Constructor Summary
Constructors Constructor Description KiePMMLCluster(String id, String name, List<Double> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getId()Optional<String>getName()List<Double>getValues()double[]getValuesArray()
-