Uses of Class
org.dmg.pmml.Lag.Aggregate
-
Packages that use Lag.Aggregate Package Description org.dmg.pmml -
-
Uses of Lag.Aggregate in org.dmg.pmml
Methods in org.dmg.pmml that return Lag.Aggregate Modifier and Type Method Description static Lag.AggregateLag.Aggregate. fromValue(java.lang.String v)Lag.AggregateLag. getAggregate()static Lag.AggregateLag.Aggregate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Lag.Aggregate[]Lag.Aggregate. 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 Lag.Aggregate Modifier and Type Method Description LagLag. setAggregate(Lag.Aggregate aggregate)
-