Uses of Class
weka.core.pmml.jaxbbindings.Aggregate
Packages that use Aggregate
-
Uses of Aggregate in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return AggregateModifier and TypeMethodDescriptionObjectFactory.createAggregate()
Create an instance ofAggregate
DefineFunction.getAggregate()
Gets the value of the aggregate property.DerivedField.getAggregate()
Gets the value of the aggregate property.OutputField.getAggregate()
Gets the value of the aggregate property.Methods in weka.core.pmml.jaxbbindings with parameters of type AggregateModifier and TypeMethodDescriptionvoid
DefineFunction.setAggregate
(Aggregate value) Sets the value of the aggregate property.void
DerivedField.setAggregate
(Aggregate value) Sets the value of the aggregate property.void
OutputField.setAggregate
(Aggregate value) Sets the value of the aggregate property.