Class Reference
%DeepSee.PMML.Definition.Models.SupportVectorMachineModel
Server:
appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:
IRIS
User:
SuperUser
[
USER
] >
[
%DeepSee
] >
[
PMML
] >
[
Definition
] >
[
Models
] >
[
SupportVectorMachineModel
]
Private
Storage
class
%DeepSee.PMML.Definition.Models.SupportVectorMachineModel
extends
AbstractModel
Inventory
Parameters
Properties
Methods
Queries
Indices
ForeignKeys
Triggers
14
3
Summary
Properties
Extension
KernelType
LocalTransformations
MiningSchema
ModelExplanation
ModelStats
ModelVerification
Output
SVMs
Targets
VectorDictionary
algorithmName
classificationMethod
functionName
isScorable
modelName
svmRepresentation
threshold
Methods
%AddToSaveSet
%ClassIsLatestVersion
%ClassName
%ConstructClone
%DispatchClassMethod
%DispatchGetModified
%DispatchGetProperty
%DispatchMethod
%DispatchSetModified
%DispatchSetMultidimProperty
%DispatchSetProperty
%Extends
%GetParameter
%IsA
%IsModified
%New
%NormalizeObject
%ObjectModified
%OnValidateNames
%OriginalNamespace
%PackageName
%RemoveFromSaveSet
%SerializeObject
%SetModified
%ValidateNames
%ValidateObject
%ValidatePMML
XMLDTD
XMLExport
XMLExportToStream
XMLExportToString
XMLNew
XMLSchema
XMLSchemaNamespace
XMLSchemaType
Properties
property
Extension
as list of
%DeepSee.PMML.Definition.Extension
(XMLPROJECTION="ELEMENT");
property
KernelType
as
%DeepSee.PMML.Definition.Models.SVM.KernelType
(XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE");
property
LocalTransformations
as
%DeepSee.PMML.Definition.LocalTransformations
(XMLPROJECTION="ELEMENT");
property
MiningSchema
as
%DeepSee.PMML.Definition.MiningSchema
(XMLPROJECTION="ELEMENT") [ Required ];
property
ModelExplanation
as
%DeepSee.PMML.Definition.ModelExplanation
(XMLPROJECTION="ELEMENT");
property
ModelStats
as
%DeepSee.PMML.Definition.ModelStats
(XMLPROJECTION="ELEMENT");
property
ModelVerification
as
%DeepSee.PMML.Definition.ModelVerification
(XMLPROJECTION="ELEMENT");
property
Output
as
%DeepSee.PMML.Definition.Output
(XMLPROJECTION="ELEMENT");
property
SVMs
as list of
%DeepSee.PMML.Definition.Models.SVM.SupportVectorMachine
(XMLNAME="SupportVectorMachine",XMLPROJECTION="ELEMENT");
property
Targets
as
%DeepSee.PMML.Definition.Targets
(XMLPROJECTION="ELEMENT");
property
VectorDictionary
as
%DeepSee.PMML.Definition.Models.SVM.VectorDictionary
(XMLPROJECTION="ELEMENT");
property
classificationMethod
as
%DeepSee.PMML.Datatype.String
(VALUELIST=",OneAgainstAll,OneAgainstOne",XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "OneAgainstAll" ];
property
svmRepresentation
as
%DeepSee.PMML.Datatype.String
(VALUELIST=",Coefficients,SupportVectors",XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "SupportVectors" ];
property
threshold
as
%DeepSee.PMML.Datatype.RealNumber
(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
Methods
method
%OnValidateNames(ByRef pDictionary)
as
%Status