public class SupportVectorMachineModel extends Model implements com.sun.xml.bind.Locatable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}MiningSchema"/>
<element ref="{http://www.dmg.org/PMML-4_1}Output" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}ModelStats" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}ModelExplanation" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}Targets" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}LocalTransformations" minOccurs="0"/>
<sequence>
<choice>
<element ref="{http://www.dmg.org/PMML-4_1}LinearKernelType"/>
<element ref="{http://www.dmg.org/PMML-4_1}PolynomialKernelType"/>
<element ref="{http://www.dmg.org/PMML-4_1}RadialBasisKernelType"/>
<element ref="{http://www.dmg.org/PMML-4_1}SigmoidKernelType"/>
</choice>
</sequence>
<element ref="{http://www.dmg.org/PMML-4_1}VectorDictionary"/>
<element ref="{http://www.dmg.org/PMML-4_1}SupportVectorMachine" maxOccurs="unbounded"/>
<element ref="{http://www.dmg.org/PMML-4_1}ModelVerification" minOccurs="0"/>
</sequence>
<attribute name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="functionName" use="required" type="{http://www.dmg.org/PMML-4_1}MINING-FUNCTION" />
<attribute name="algorithmName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="threshold" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" default="0" />
<attribute name="svmRepresentation" type="{http://www.dmg.org/PMML-4_1}SVM-REPRESENTATION" default="SupportVectors" />
<attribute name="classificationMethod" type="{http://www.dmg.org/PMML-4_1}SVM-CLASSIFICATION-METHOD" default="OneAgainstAll" />
<attribute name="isScorable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algorithmName |
protected SvmClassificationMethodType |
classificationMethod |
protected List<Extension> |
extensions |
protected MiningFunctionType |
functionName |
protected LinearKernelType |
linearKernelType |
protected LocalTransformations |
localTransformations |
protected Locator |
locator |
protected MiningSchema |
miningSchema |
protected ModelExplanation |
modelExplanation |
protected String |
modelName |
protected ModelStats |
modelStats |
protected ModelVerification |
modelVerification |
protected Output |
output |
protected PolynomialKernelType |
polynomialKernelType |
protected RadialBasisKernelType |
radialBasisKernelType |
protected Boolean |
scorable |
protected SigmoidKernelType |
sigmoidKernelType |
protected List<SupportVectorMachine> |
supportVectorMachines |
protected SvmRepresentationType |
svmRepresentation |
protected Targets |
targets |
protected Double |
threshold |
protected VectorDictionary |
vectorDictionary |
| Constructor and Description |
|---|
SupportVectorMachineModel()
Deprecated.
|
SupportVectorMachineModel(MiningSchema miningSchema,
VectorDictionary vectorDictionary,
MiningFunctionType functionName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName()
Gets the value of the algorithmName property.
|
SvmClassificationMethodType |
getClassificationMethod()
Gets the value of the classificationMethod property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
MiningFunctionType |
getFunctionName()
Gets the value of the functionName property.
|
LinearKernelType |
getLinearKernelType()
Gets the value of the linearKernelType property.
|
LocalTransformations |
getLocalTransformations()
Gets the value of the localTransformations property.
|
MiningSchema |
getMiningSchema()
Gets the value of the miningSchema property.
|
ModelExplanation |
getModelExplanation()
Gets the value of the modelExplanation property.
|
String |
getModelName()
Gets the value of the modelName property.
|
ModelStats |
getModelStats()
Gets the value of the modelStats property.
|
ModelVerification |
getModelVerification()
Gets the value of the modelVerification property.
|
Output |
getOutput()
Gets the value of the output property.
|
PolynomialKernelType |
getPolynomialKernelType()
Gets the value of the polynomialKernelType property.
|
RadialBasisKernelType |
getRadialBasisKernelType()
Gets the value of the radialBasisKernelType property.
|
SigmoidKernelType |
getSigmoidKernelType()
Gets the value of the sigmoidKernelType property.
|
List<SupportVectorMachine> |
getSupportVectorMachines()
Gets the value of the supportVectorMachines property.
|
SvmRepresentationType |
getSvmRepresentation()
Gets the value of the svmRepresentation property.
|
Targets |
getTargets()
Gets the value of the targets property.
|
double |
getThreshold()
Gets the value of the threshold property.
|
VectorDictionary |
getVectorDictionary()
Gets the value of the vectorDictionary property.
|
boolean |
isScorable()
Gets the value of the scorable property.
|
void |
setAlgorithmName(String value)
Sets the value of the algorithmName property.
|
void |
setClassificationMethod(SvmClassificationMethodType value)
Sets the value of the classificationMethod property.
|
void |
setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
setLinearKernelType(LinearKernelType value)
Sets the value of the linearKernelType property.
|
void |
setLocalTransformations(LocalTransformations value)
Sets the value of the localTransformations property.
|
void |
setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
setModelName(String value)
Sets the value of the modelName property.
|
void |
setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
setModelVerification(ModelVerification value)
Sets the value of the modelVerification property.
|
void |
setOutput(Output value)
Sets the value of the output property.
|
void |
setPolynomialKernelType(PolynomialKernelType value)
Sets the value of the polynomialKernelType property.
|
void |
setRadialBasisKernelType(RadialBasisKernelType value)
Sets the value of the radialBasisKernelType property.
|
void |
setScorable(Boolean value)
Sets the value of the scorable property.
|
void |
setSigmoidKernelType(SigmoidKernelType value)
Sets the value of the sigmoidKernelType property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setSvmRepresentation(SvmRepresentationType value)
Sets the value of the svmRepresentation property.
|
void |
setTargets(Targets value)
Sets the value of the targets property.
|
void |
setThreshold(Double value)
Sets the value of the threshold property.
|
void |
setVectorDictionary(VectorDictionary value)
Sets the value of the vectorDictionary property.
|
Locator |
sourceLocation() |
protected MiningSchema miningSchema
protected Output output
protected ModelStats modelStats
protected ModelExplanation modelExplanation
protected Targets targets
protected LocalTransformations localTransformations
protected LinearKernelType linearKernelType
protected PolynomialKernelType polynomialKernelType
protected RadialBasisKernelType radialBasisKernelType
protected SigmoidKernelType sigmoidKernelType
protected VectorDictionary vectorDictionary
protected List<SupportVectorMachine> supportVectorMachines
protected ModelVerification modelVerification
protected String modelName
protected MiningFunctionType functionName
protected String algorithmName
protected Double threshold
protected SvmRepresentationType svmRepresentation
protected SvmClassificationMethodType classificationMethod
protected Boolean scorable
protected Locator locator
@Deprecated public SupportVectorMachineModel()
public SupportVectorMachineModel(MiningSchema miningSchema, VectorDictionary vectorDictionary, MiningFunctionType functionName)
public List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
public MiningSchema getMiningSchema()
getMiningSchema in class ModelMiningSchemapublic void setMiningSchema(MiningSchema value)
setMiningSchema in class Modelvalue - allowed object is
MiningSchemapublic Output getOutput()
public void setOutput(Output value)
public ModelStats getModelStats()
getModelStats in class ModelModelStatspublic void setModelStats(ModelStats value)
setModelStats in class Modelvalue - allowed object is
ModelStatspublic ModelExplanation getModelExplanation()
ModelExplanationpublic void setModelExplanation(ModelExplanation value)
value - allowed object is
ModelExplanationpublic Targets getTargets()
getTargets in class ModelTargetspublic void setTargets(Targets value)
setTargets in class Modelvalue - allowed object is
Targetspublic LocalTransformations getLocalTransformations()
getLocalTransformations in class ModelLocalTransformationspublic void setLocalTransformations(LocalTransformations value)
setLocalTransformations in class Modelvalue - allowed object is
LocalTransformationspublic LinearKernelType getLinearKernelType()
LinearKernelTypepublic void setLinearKernelType(LinearKernelType value)
value - allowed object is
LinearKernelTypepublic PolynomialKernelType getPolynomialKernelType()
PolynomialKernelTypepublic void setPolynomialKernelType(PolynomialKernelType value)
value - allowed object is
PolynomialKernelTypepublic RadialBasisKernelType getRadialBasisKernelType()
RadialBasisKernelTypepublic void setRadialBasisKernelType(RadialBasisKernelType value)
value - allowed object is
RadialBasisKernelTypepublic SigmoidKernelType getSigmoidKernelType()
SigmoidKernelTypepublic void setSigmoidKernelType(SigmoidKernelType value)
value - allowed object is
SigmoidKernelTypepublic VectorDictionary getVectorDictionary()
VectorDictionarypublic void setVectorDictionary(VectorDictionary value)
value - allowed object is
VectorDictionarypublic List<SupportVectorMachine> getSupportVectorMachines()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supportVectorMachines property.
For example, to add a new item, do as follows:
getSupportVectorMachines().add(newItem);
Objects of the following type(s) are allowed in the list
SupportVectorMachine
public ModelVerification getModelVerification()
ModelVerificationpublic void setModelVerification(ModelVerification value)
value - allowed object is
ModelVerificationpublic String getModelName()
getModelName in class ModelStringpublic void setModelName(String value)
setModelName in class Modelvalue - allowed object is
Stringpublic MiningFunctionType getFunctionName()
getFunctionName in class ModelMiningFunctionTypepublic void setFunctionName(MiningFunctionType value)
setFunctionName in class Modelvalue - allowed object is
MiningFunctionTypepublic String getAlgorithmName()
Stringpublic void setAlgorithmName(String value)
value - allowed object is
Stringpublic double getThreshold()
Doublepublic void setThreshold(Double value)
value - allowed object is
Doublepublic SvmRepresentationType getSvmRepresentation()
SvmRepresentationTypepublic void setSvmRepresentation(SvmRepresentationType value)
value - allowed object is
SvmRepresentationTypepublic SvmClassificationMethodType getClassificationMethod()
SvmClassificationMethodTypepublic void setClassificationMethod(SvmClassificationMethodType value)
value - allowed object is
SvmClassificationMethodTypepublic boolean isScorable()
isScorable in class ModelBooleanpublic void setScorable(Boolean value)
setScorable in class Modelvalue - allowed object is
Booleanpublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectCopyright © 2013 University of Tartu. All Rights Reserved.