Uses of Class
org.dmg.pmml.time_series.Theta
-
Packages that use Theta Package Description org.dmg.pmml org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of Theta in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Theta Modifier and Type Method Description VisitorActionVisitor. visit(Theta theta) -
Uses of Theta in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return Theta Modifier and Type Method Description ThetaObjectFactory. createTheta()Create an instance ofThetaThetaTheta. setI(java.lang.Integer i)ThetaTheta. setJ(java.lang.Integer j)ThetaTheta. setTheta(java.lang.Number theta)Methods in org.dmg.pmml.time_series that return types with arguments of type Theta Modifier and Type Method Description java.util.List<Theta>FinalTheta. getThetas()java.util.List<Theta>FinalTheta. requireThetas()Methods in org.dmg.pmml.time_series with parameters of type Theta Modifier and Type Method Description FinalThetaFinalTheta. addThetas(Theta... thetas)Constructor parameters in org.dmg.pmml.time_series with type arguments of type Theta Constructor Description FinalTheta(java.util.List<Theta> thetas) -
Uses of Theta in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Theta Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Theta theta)
-