| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.addExtensions(Extension... extensions) |
SupportVectorMachineModel |
SupportVectorMachineModel.addSupportVectorMachines(SupportVectorMachine... supportVectorMachines) |
SupportVectorMachineModel |
ObjectFactory.createSupportVectorMachineModel()
Create an instance of
SupportVectorMachineModel |
SupportVectorMachineModel |
SupportVectorMachineModel.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setAlternateBinaryTargetCategory(String alternateBinaryTargetCategory)
Sets the value of the alternateBinaryTargetCategory property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setClassificationMethod(SvmClassificationMethodType classificationMethod)
Sets the value of the classificationMethod property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setKernel(Kernel kernel)
Sets the value of the kernel property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setModelName(String modelName)
Sets the value of the modelName property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setOutput(Output output)
Sets the value of the output property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setSvmRepresentation(SvmRepresentationType svmRepresentation)
Sets the value of the svmRepresentation property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setTargets(Targets targets)
Sets the value of the targets property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setThreshold(Double threshold)
Sets the value of the threshold property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.setVectorDictionary(VectorDictionary vectorDictionary)
Sets the value of the vectorDictionary property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(SupportVectorMachineModel supportVectorMachineModel) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(SupportVectorMachineModel supportVectorMachineModel) |
VisitorAction |
AbstractVisitor.visit(SupportVectorMachineModel supportVectorMachineModel) |
VisitorAction |
AbstractModelVisitor.visit(SupportVectorMachineModel supportVectorMachineModel) |
Copyright © 2015 University of Tartu. All Rights Reserved.