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) |
String |
getAlternateTargetCategory() |
Coefficients |
getCoefficients() |
List<Extension> |
getExtensions() |
SupportVectors |
getSupportVectors() |
String |
getTargetCategory() |
Double |
getThreshold() |
boolean |
hasExtensions() |
SupportVectorMachine |
setAlternateTargetCategory(String alternateTargetCategory) |
SupportVectorMachine |
setCoefficients(Coefficients coefficients) |
SupportVectorMachine |
setSupportVectors(SupportVectors supportVectors) |
SupportVectorMachine |
setTargetCategory(String targetCategory) |
SupportVectorMachine |
setThreshold(Double threshold) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic SupportVectorMachine()
public SupportVectorMachine(Coefficients coefficients)
public String getTargetCategory()
public SupportVectorMachine setTargetCategory(String targetCategory)
public String getAlternateTargetCategory()
public SupportVectorMachine setAlternateTargetCategory(String alternateTargetCategory)
public Double getThreshold()
public SupportVectorMachine setThreshold(Double 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 getCoefficients()
public SupportVectorMachine setCoefficients(Coefficients coefficients)
public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.