Uses of Class
org.dmg.pmml.Aggregate
-
Packages that use Aggregate Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of Aggregate in org.dmg.pmml
Methods in org.dmg.pmml that return Aggregate Modifier and Type Method Description AggregateAggregate. addExtensions(Extension... extensions)AggregateObjectFactory. createAggregate()Create an instance ofAggregateAggregateAggregate. setField(java.lang.String field)AggregateAggregate. setFunction(Aggregate.Function function)AggregateAggregate. setGroupField(java.lang.String groupField)AggregateAggregate. setSqlWhere(java.lang.String sqlWhere)Methods in org.dmg.pmml with parameters of type Aggregate Modifier and Type Method Description VisitorActionVisitor. visit(Aggregate aggregate) -
Uses of Aggregate in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Aggregate Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Aggregate aggregate)VisitorActionActiveFieldFinder. visit(Aggregate aggregate)
-