Uses of Class
org.dmg.pmml.support_vector_machine.Coefficient
-
Packages that use Coefficient Package Description org.dmg.pmml org.dmg.pmml.support_vector_machine org.jpmml.model.visitors -
-
Uses of Coefficient in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Coefficient Modifier and Type Method Description VisitorActionVisitor. visit(Coefficient coefficient) -
Uses of Coefficient in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return Coefficient Modifier and Type Method Description CoefficientCoefficient. addExtensions(Extension... extensions)CoefficientObjectFactory. createCoefficient()Create an instance ofCoefficientCoefficientCoefficient. setValue(java.lang.Number value)Methods in org.dmg.pmml.support_vector_machine that return types with arguments of type Coefficient Modifier and Type Method Description java.util.List<Coefficient>Coefficients. getCoefficients()java.util.Iterator<Coefficient>Coefficients. iterator()java.util.List<Coefficient>Coefficients. requireCoefficients()Methods in org.dmg.pmml.support_vector_machine with parameters of type Coefficient Modifier and Type Method Description CoefficientsCoefficients. addCoefficients(Coefficient... coefficients)Constructor parameters in org.dmg.pmml.support_vector_machine with type arguments of type Coefficient Constructor Description Coefficients(java.util.List<Coefficient> coefficients) -
Uses of Coefficient in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Coefficient Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Coefficient coefficient)
-