Skip to main content

%DeepSee.PMML.Definition.Models.SVM.SigmoidKernelType

class %DeepSee.PMML.Definition.Models.SVM.SigmoidKernelType extends %DeepSee.PMML.Definition.Models.SVM.KernelType

Property Inventory

Method Inventory

Properties

property coef0 as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 1 ];
Property methods: coef0DisplayToLogical(), coef0Get(), coef0IsValid(), coef0LogicalToDisplay(), coef0Normalize(), coef0Set(), coef0XSDToLogical()
property gamma as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 1 ];
Property methods: gammaDisplayToLogical(), gammaGet(), gammaIsValid(), gammaLogicalToDisplay(), gammaNormalize(), gammaSet(), gammaXSDToLogical()

Methods

method %GetKernelFormula(pSupportVector As VectorInstance, Output pFormula As %String) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab