%DeepSee.PMML.Definition.Models.NaiveBayesModel
class %DeepSee.PMML.Definition.Models.NaiveBayesModel extends %DeepSee.PMML.Definition.Models.AbstractModel
Property Inventory
- BayesInputs
 - BayesOutput
 - Extension
 - LocalTransformations
 - MiningSchema
 - ModelExplanation
 - ModelStats
 - ModelVerification
 - Output
 - Targets
 - threshold
 
Method Inventory
Properties
property BayesInputs as %DeepSee.PMML.Definition.Models.NaiveBayes.BayesInputs (XMLPROJECTION = "ELEMENT");
Property methods: BayesInputsGet(), BayesInputsGetSwizzled(), BayesInputsIsValid(), BayesInputsNewObject(), BayesInputsSet()
property BayesOutput as %DeepSee.PMML.Definition.Models.NaiveBayes.BayesOutput (XMLPROJECTION = "ELEMENT");
Property methods: BayesOutputGet(), BayesOutputGetSwizzled(), BayesOutputIsValid(), BayesOutputNewObject(), BayesOutputSet()
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 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 Targets as %DeepSee.PMML.Definition.Targets (XMLPROJECTION = "ELEMENT");
Property methods: TargetsGet(), TargetsGetSwizzled(), TargetsIsValid(), TargetsNewObject(), TargetsSet()
property threshold as %DeepSee.PMML.Datatype.RealNumber (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: thresholdDisplayToLogical(), thresholdGet(), thresholdIsValid(), thresholdLogicalToDisplay(), thresholdNormalize(), thresholdSet(), thresholdXSDToLogical()
Methods
method %OnValidateNames(ByRef pDictionary) as %Status
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()
 - %ValidateNames()
 - %ValidateObject()
 - %ValidatePMML()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()