Uses of Class
weka.core.pmml.jaxbbindings.Coefficients
Packages that use Coefficients
-
Uses of Coefficients in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return CoefficientsModifier and TypeMethodDescriptionObjectFactory.createCoefficients()
Create an instance ofCoefficients
SupportVectorMachine.getCoefficients()
Gets the value of the coefficients property.Methods in weka.core.pmml.jaxbbindings with parameters of type CoefficientsModifier and TypeMethodDescriptionvoid
SupportVectorMachine.setCoefficients
(Coefficients value) Sets the value of the coefficients property.