public class SupportVectorMachine extends PMMLObject implements HasExtensions<SupportVectorMachine>
| Constructor and Description |
|---|
SupportVectorMachine() |
SupportVectorMachine(Coefficients coefficients) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
SupportVectorMachine |
addExtensions(Extension... extensions) |
Object |
getAlternateTargetCategory() |
Coefficients |
getCoefficients() |
List<Extension> |
getExtensions() |
SupportVectors |
getSupportVectors() |
Object |
getTargetCategory() |
Number |
getThreshold() |
boolean |
hasExtensions() |
Object |
requireAlternateTargetCategory() |
Coefficients |
requireCoefficients() |
Object |
requireTargetCategory() |
SupportVectorMachine |
setAlternateTargetCategory(Object alternateTargetCategory) |
SupportVectorMachine |
setCoefficients(Coefficients coefficients) |
SupportVectorMachine |
setSupportVectors(SupportVectors supportVectors) |
SupportVectorMachine |
setTargetCategory(Object targetCategory) |
SupportVectorMachine |
setThreshold(Number threshold) |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic SupportVectorMachine()
public SupportVectorMachine(Coefficients coefficients)
public Object requireTargetCategory()
public Object getTargetCategory()
public SupportVectorMachine setTargetCategory(Object targetCategory)
public Object requireAlternateTargetCategory()
public Object getAlternateTargetCategory()
public SupportVectorMachine setAlternateTargetCategory(Object alternateTargetCategory)
public Number getThreshold()
public SupportVectorMachine setThreshold(Number threshold)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<SupportVectorMachine>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<SupportVectorMachine>public SupportVectorMachine addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<SupportVectorMachine>public SupportVectors getSupportVectors()
public SupportVectorMachine setSupportVectors(SupportVectors supportVectors)
public Coefficients requireCoefficients()
public Coefficients getCoefficients()
public SupportVectorMachine setCoefficients(Coefficients coefficients)
public VisitorAction accept(Visitor visitor)
Copyright © 2022. All rights reserved.