%DeepSee.PMML.Definition.Models.TextModel
class %DeepSee.PMML.Definition.Models.TextModel extends %DeepSee.PMML.Definition.Models.AbstractModel
Property Inventory
- Corpus
- Dictionary
- DocumentTermMatrix
- Extension
- LocalTransformations
- MiningSchema
- ModelExplanation
- ModelStats
- ModelVerification
- Normalization
- Output
- Similarity
- Targets
- numberOfDocuments
- numberOfTerms
Method Inventory
Properties
property Corpus as %DeepSee.PMML.Definition.Models.Text.Corpus (XMLNAME = "TextCorpus", XMLPROJECTION = "ELEMENT");
Property methods: CorpusGet(), CorpusGetSwizzled(), CorpusIsValid(), CorpusNewObject(), CorpusSet()
property Dictionary as %DeepSee.PMML.Definition.Models.Text.Dictionary (XMLNAME = "TextDictionary", XMLPROJECTION = "ELEMENT");
Property methods: DictionaryGet(), DictionaryGetSwizzled(), DictionaryIsValid(), DictionaryNewObject(), DictionarySet()
property DocumentTermMatrix as %DeepSee.PMML.Definition.Models.Text.DocumentTermMatrix (XMLPROJECTION = "ELEMENT");
Property methods: DocumentTermMatrixGet(), DocumentTermMatrixGetSwizzled(), DocumentTermMatrixIsValid(), DocumentTermMatrixNewObject(), DocumentTermMatrixSet()
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 Normalization as %DeepSee.PMML.Definition.Models.Text.Normalization (XMLNAME = "TextModelNormalization", XMLPROJECTION = "ELEMENT");
Property methods: NormalizationGet(), NormalizationGetSwizzled(), NormalizationIsValid(), NormalizationNewObject(), NormalizationSet()
property Output as %DeepSee.PMML.Definition.Output (XMLPROJECTION = "ELEMENT");
Property methods: OutputGet(), OutputGetSwizzled(), OutputIsValid(), OutputNewObject(), OutputSet()
property Similarity as %DeepSee.PMML.Definition.Models.Text.Similarity (XMLNAME = "TextModelSimilarity", XMLPROJECTION = "ELEMENT");
Property methods: SimilarityGet(), SimilarityGetSwizzled(), SimilarityIsValid(), SimilarityNewObject(), SimilaritySet()
property Targets as %DeepSee.PMML.Definition.Targets (XMLPROJECTION = "ELEMENT");
Property methods: TargetsGet(), TargetsGetSwizzled(), TargetsIsValid(), TargetsNewObject(), TargetsSet()
property numberOfDocuments as %DeepSee.PMML.Datatype.IntNumber (MINVAL = 0, XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: numberOfDocumentsDisplayToLogical(), numberOfDocumentsGet(), numberOfDocumentsIsValid(), numberOfDocumentsLogicalToDisplay(), numberOfDocumentsNormalize(), numberOfDocumentsSet(), numberOfDocumentsXSDToLogical()
property numberOfTerms as %DeepSee.PMML.Datatype.IntNumber (MINVAL = 0, XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: numberOfTermsDisplayToLogical(), numberOfTermsGet(), numberOfTermsIsValid(), numberOfTermsLogicalToDisplay(), numberOfTermsNormalize(), numberOfTermsSet(), numberOfTermsXSDToLogical()
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()