Uses of Class
org.kie.pmml.models.clustering.model.KiePMMLClusteringField
-
-
Uses of KiePMMLClusteringField in org.kie.pmml.models.clustering.model
Methods in org.kie.pmml.models.clustering.model that return types with arguments of type KiePMMLClusteringField Modifier and Type Method Description List<KiePMMLClusteringField>KiePMMLClusteringModel. getClusteringFields()Methods in org.kie.pmml.models.clustering.model with parameters of type KiePMMLClusteringField Modifier and Type Method Description doubleKiePMMLCompareFunction. apply(KiePMMLClusteringField field, double x, double y)Method parameters in org.kie.pmml.models.clustering.model with type arguments of type KiePMMLClusteringField Modifier and Type Method Description doubleKiePMMLAggregateFunction. apply(List<KiePMMLClusteringField> fields, KiePMMLCompareFunction defaultCompare, Double[] inputs, double[] seeds, double adjust)KiePMMLClusteringModel.BuilderKiePMMLClusteringModel.Builder. withClusteringFields(List<KiePMMLClusteringField> clusteringFields)
-