Uses of Class
org.kie.pmml.models.clustering.model.KiePMMLAggregateFunction
-
-
Uses of KiePMMLAggregateFunction in org.kie.pmml.models.clustering.model
Methods in org.kie.pmml.models.clustering.model that return KiePMMLAggregateFunction Modifier and Type Method Description KiePMMLAggregateFunctionKiePMMLComparisonMeasure. getAggregateFunction()static KiePMMLAggregateFunctionKiePMMLAggregateFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static KiePMMLAggregateFunction[]KiePMMLAggregateFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kie.pmml.models.clustering.model with parameters of type KiePMMLAggregateFunction Constructor Description KiePMMLComparisonMeasure(KiePMMLComparisonMeasure.Kind kind, KiePMMLAggregateFunction aggregateFunction, KiePMMLCompareFunction compareFunction)
-