%DeepSee.PMML.Definition.Models.SVM.SupportVectorMachine
class %DeepSee.PMML.Definition.Models.SVM.SupportVectorMachine extends %DeepSee.PMML.Definition.Models.SVM.node
Property Inventory
Properties
property Coefficients as Coefficients (XMLPROJECTION = "ELEMENT");
Property methods: CoefficientsGet(), CoefficientsGetSwizzled(), CoefficientsIsValid(), CoefficientsNewObject(), CoefficientsSet()
property SupportVectors as SupportVectors (XMLPROJECTION = "ELEMENT");
Property methods: SupportVectorsGet(), SupportVectorsGetSwizzled(), SupportVectorsIsValid(), SupportVectorsNewObject(), SupportVectorsSet()
property alternateTargetCategory as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: alternateTargetCategoryDisplayToLogical(), alternateTargetCategoryGet(), alternateTargetCategoryIsValid(), alternateTargetCategoryLogicalToDisplay(), alternateTargetCategoryLogicalToOdbc(), alternateTargetCategoryNormalize(), alternateTargetCategorySet()
property targetCategory as %DeepSee.PMML.Datatype.String (XMLPROJECTION = "ATTRIBUTE");
Property methods: targetCategoryDisplayToLogical(), targetCategoryGet(), targetCategoryIsValid(), targetCategoryLogicalToDisplay(), targetCategoryLogicalToOdbc(), targetCategoryNormalize(), targetCategorySet()
property threshold as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE");
Property methods: thresholdDisplayToLogical(), thresholdGet(), thresholdIsValid(), thresholdLogicalToDisplay(), thresholdLogicalToXSD(), thresholdNormalize(), thresholdOdbcToLogical(), thresholdSet(), thresholdXSDToLogical()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- %ValidatePMML()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()