Class Coefficient
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.support_vector_machine.Coefficient
-
- All Implemented Interfaces:
java.io.Serializable,HasExtensions<Coefficient>,HasLocator,Visitable
public class Coefficient extends PMMLObject implements HasExtensions<Coefficient>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Coefficient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VisitorActionaccept(Visitor visitor)CoefficientaddExtensions(Extension... extensions)java.util.List<Extension>getExtensions()java.lang.NumbergetValue()booleanhasExtensions()CoefficientsetValue(java.lang.Number value)-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
-
-
-
Method Detail
-
getValue
public java.lang.Number getValue()
-
setValue
public Coefficient setValue(java.lang.Number value)
-
hasExtensions
public boolean hasExtensions()
- Specified by:
hasExtensionsin interfaceHasExtensions<Coefficient>
-
getExtensions
public java.util.List<Extension> getExtensions()
- Specified by:
getExtensionsin interfaceHasExtensions<Coefficient>
-
addExtensions
public Coefficient addExtensions(Extension... extensions)
- Specified by:
addExtensionsin interfaceHasExtensions<Coefficient>
-
accept
public VisitorAction accept(Visitor visitor)
-
-