Uses of Class
org.dmg.pmml.Lag
-
Packages that use Lag Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of Lag in org.dmg.pmml
Methods in org.dmg.pmml that return Lag Modifier and Type Method Description LagLag. addBlockIndicators(BlockIndicator... blockIndicators)LagLag. addExtensions(Extension... extensions)LagObjectFactory. createLag()Create an instance ofLagLagLag. setAggregate(Lag.Aggregate aggregate)LagLag. setField(java.lang.String field)LagLag. setN(java.lang.Integer n)Methods in org.dmg.pmml with parameters of type Lag Modifier and Type Method Description VisitorActionVisitor. visit(Lag lag) -
Uses of Lag in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Lag Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Lag lag)VisitorActionActiveFieldFinder. visit(Lag lag)
-