Skip to main content

%DeepSee.PMML.Definition.Models.SupportVectorMachineModel

class %DeepSee.PMML.Definition.Models.SupportVectorMachineModel extends %DeepSee.PMML.Definition.Models.AbstractModel

Property Inventory

Method Inventory

Properties

property Extension as list of %DeepSee.PMML.Definition.Extension (XMLPROJECTION = "ELEMENT");
Property methods: ExtensionBuildValueArray(), ExtensionCollectionToDisplay(), ExtensionCollectionToOdbc(), ExtensionDisplayToCollection(), ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsValid(), ExtensionOdbcToCollection(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId()
property KernelType as %DeepSee.PMML.Definition.Models.SVM.KernelType (XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE");
Property methods: KernelTypeGet(), KernelTypeGetSwizzled(), KernelTypeIsValid(), KernelTypeNewObject(), KernelTypeSet()
property LocalTransformations as %DeepSee.PMML.Definition.LocalTransformations (XMLPROJECTION = "ELEMENT");
Property methods: LocalTransformationsGet(), LocalTransformationsGetSwizzled(), LocalTransformationsIsValid(), LocalTransformationsNewObject(), LocalTransformationsSet()
property MiningSchema as %DeepSee.PMML.Definition.MiningSchema (XMLPROJECTION = "ELEMENT") [ Required ];
Property methods: MiningSchemaGet(), MiningSchemaGetSwizzled(), MiningSchemaIsValid(), MiningSchemaNewObject(), MiningSchemaSet()
property ModelExplanation as %DeepSee.PMML.Definition.ModelExplanation (XMLPROJECTION = "ELEMENT");
Property methods: ModelExplanationGet(), ModelExplanationGetSwizzled(), ModelExplanationIsValid(), ModelExplanationNewObject(), ModelExplanationSet()
property ModelStats as %DeepSee.PMML.Definition.ModelStats (XMLPROJECTION = "ELEMENT");
Property methods: ModelStatsGet(), ModelStatsGetSwizzled(), ModelStatsIsValid(), ModelStatsNewObject(), ModelStatsSet()
property ModelVerification as %DeepSee.PMML.Definition.ModelVerification (XMLPROJECTION = "ELEMENT");
Property methods: ModelVerificationGet(), ModelVerificationGetSwizzled(), ModelVerificationIsValid(), ModelVerificationNewObject(), ModelVerificationSet()
property Output as %DeepSee.PMML.Definition.Output (XMLPROJECTION = "ELEMENT");
Property methods: OutputGet(), OutputGetSwizzled(), OutputIsValid(), OutputNewObject(), OutputSet()
property SVMs as list of %DeepSee.PMML.Definition.Models.SVM.SupportVectorMachine (XMLNAME = "SupportVectorMachine", XMLPROJECTION = "ELEMENT");
Property methods: SVMsBuildValueArray(), SVMsCollectionToDisplay(), SVMsCollectionToOdbc(), SVMsDisplayToCollection(), SVMsGet(), SVMsGetObject(), SVMsGetObjectId(), SVMsGetSwizzled(), SVMsIsValid(), SVMsOdbcToCollection(), SVMsSet(), SVMsSetObject(), SVMsSetObjectId()
property Targets as %DeepSee.PMML.Definition.Targets (XMLPROJECTION = "ELEMENT");
Property methods: TargetsGet(), TargetsGetSwizzled(), TargetsIsValid(), TargetsNewObject(), TargetsSet()
property VectorDictionary as %DeepSee.PMML.Definition.Models.SVM.VectorDictionary (XMLPROJECTION = "ELEMENT");
Property methods: VectorDictionaryGet(), VectorDictionaryGetSwizzled(), VectorDictionaryIsValid(), VectorDictionaryNewObject(), VectorDictionarySet()
property classificationMethod as %DeepSee.PMML.Datatype.String (VALUELIST = ",OneAgainstAll,OneAgainstOne", XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "OneAgainstAll" ];
Property methods: classificationMethodDisplayToLogical(), classificationMethodGet(), classificationMethodIsValid(), classificationMethodLogicalToDisplay(), classificationMethodLogicalToOdbc(), classificationMethodNormalize(), classificationMethodSet()
property svmRepresentation as %DeepSee.PMML.Datatype.String (VALUELIST = ",Coefficients,SupportVectors", XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = "SupportVectors" ];
Property methods: svmRepresentationDisplayToLogical(), svmRepresentationGet(), svmRepresentationIsValid(), svmRepresentationLogicalToDisplay(), svmRepresentationLogicalToOdbc(), svmRepresentationNormalize(), svmRepresentationSet()
property threshold as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 0 ];
Property methods: thresholdDisplayToLogical(), thresholdGet(), thresholdIsValid(), thresholdLogicalToDisplay(), thresholdNormalize(), thresholdSet(), thresholdXSDToLogical()

Methods

method %OnValidateNames(ByRef pDictionary) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab