Uses of Class
org.dmg.pmml.support_vector_machine.Coefficients
-
Packages that use Coefficients Package Description org.dmg.pmml org.dmg.pmml.support_vector_machine org.jpmml.model.visitors -
-
Uses of Coefficients in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Coefficients Modifier and Type Method Description VisitorActionVisitor. visit(Coefficients coefficients) -
Uses of Coefficients in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return Coefficients Modifier and Type Method Description CoefficientsCoefficients. addCoefficients(Coefficient... coefficients)CoefficientsCoefficients. addExtensions(Extension... extensions)CoefficientsObjectFactory. createCoefficients()Create an instance ofCoefficientsCoefficientsSupportVectorMachine. getCoefficients()CoefficientsSupportVectorMachine. requireCoefficients()CoefficientsCoefficients. setAbsoluteValue(java.lang.Number absoluteValue)CoefficientsCoefficients. setNumberOfCoefficients(java.lang.Integer numberOfCoefficients)Methods in org.dmg.pmml.support_vector_machine with parameters of type Coefficients Modifier and Type Method Description SupportVectorMachineSupportVectorMachine. setCoefficients(Coefficients coefficients)Constructors in org.dmg.pmml.support_vector_machine with parameters of type Coefficients Constructor Description SupportVectorMachine(Coefficients coefficients) -
Uses of Coefficients in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Coefficients Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Coefficients coefficients)
-