public class SupportVectorMachineModelManager extends ModelManager<SupportVectorMachineModel>
| Constructor and Description |
|---|
SupportVectorMachineModelManager() |
SupportVectorMachineModelManager(PMML pmml) |
SupportVectorMachineModelManager(PMML pmml,
SupportVectorMachineModel supportVectorMachineModel) |
| Modifier and Type | Method and Description |
|---|---|
KernelType |
getKernelType() |
SupportVectorMachineModel |
getModel() |
String |
getSummary()
Returns a short description of the underlying
Model |
List<SupportVectorMachine> |
getSupportVectorMachines() |
VectorDictionary |
getVectorDictionary() |
addField, addMiningField, getActiveFields, getGroupFields, getMiningField, getMiningFields, getMiningSchema, getOrCreateLocalTransformations, getOrCreateOutput, getOrCreateTargets, getOutputField, getOutputFields, getPredictedFields, getTarget, getTargetField, resolveFieldaddDataField, find, find, findAll, getDataDictionary, getDataField, getHeader, getModel, getModelManager, getModelManager, getModels, getOrCreateTransformationDictionary, getPmml, resolveFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataFieldpublic SupportVectorMachineModelManager()
public SupportVectorMachineModelManager(PMML pmml)
public SupportVectorMachineModelManager(PMML pmml, SupportVectorMachineModel supportVectorMachineModel)
public String getSummary()
ConsumerModelpublic SupportVectorMachineModel getModel()
getModel in class ModelManager<SupportVectorMachineModel>public KernelType getKernelType()
public VectorDictionary getVectorDictionary()
public List<SupportVectorMachine> getSupportVectorMachines()
Copyright © 2013 University of Tartu. All Rights Reserved.