Uses of Class
org.dmg.pmml.Aggregate.Function
-
Packages that use Aggregate.Function Package Description org.dmg.pmml -
-
Uses of Aggregate.Function in org.dmg.pmml
Methods in org.dmg.pmml that return Aggregate.Function Modifier and Type Method Description static Aggregate.FunctionAggregate.Function. fromValue(java.lang.String v)Aggregate.FunctionAggregate. getFunction()Aggregate.FunctionAggregate. requireFunction()static Aggregate.FunctionAggregate.Function. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Aggregate.Function[]Aggregate.Function. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type Aggregate.Function Modifier and Type Method Description AggregateAggregate. setFunction(Aggregate.Function function)Constructors in org.dmg.pmml with parameters of type Aggregate.Function Constructor Description Aggregate(java.lang.String field, Aggregate.Function function)Aggregate(Field<?> field, Aggregate.Function function)
-