Class Reference
%DeepSee.PMML.Definition.Models.TextModel
Server:
appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:
IRIS
User:
SuperUser
[
USER
] >
[
%DeepSee
] >
[
PMML
] >
[
Definition
] >
[
Models
] >
[
TextModel
]
Private
Storage
class
%DeepSee.PMML.Definition.Models.TextModel
extends
AbstractModel
Inventory
Parameters
Properties
Methods
Queries
Indices
ForeignKeys
Triggers
15
2
Summary
Properties
Corpus
Dictionary
DocumentTermMatrix
Extension
LocalTransformations
MiningSchema
ModelExplanation
ModelStats
ModelVerification
Normalization
Output
Similarity
Targets
algorithmName
functionName
isScorable
modelName
numberOfDocuments
numberOfTerms
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
Corpus
as
%DeepSee.PMML.Definition.Models.Text.Corpus
(XMLNAME="TextCorpus",XMLPROJECTION="ELEMENT");
property
Dictionary
as
%DeepSee.PMML.Definition.Models.Text.Dictionary
(XMLNAME="TextDictionary",XMLPROJECTION="ELEMENT");
property
DocumentTermMatrix
as
%DeepSee.PMML.Definition.Models.Text.DocumentTermMatrix
(XMLPROJECTION="ELEMENT");
property
Extension
as list of
%DeepSee.PMML.Definition.Extension
(XMLPROJECTION="ELEMENT");
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
Normalization
as
%DeepSee.PMML.Definition.Models.Text.Normalization
(XMLNAME="TextModelNormalization",XMLPROJECTION="ELEMENT");
property
Output
as
%DeepSee.PMML.Definition.Output
(XMLPROJECTION="ELEMENT");
property
Similarity
as
%DeepSee.PMML.Definition.Models.Text.Similarity
(XMLNAME="TextModelSimilarity",XMLPROJECTION="ELEMENT");
property
Targets
as
%DeepSee.PMML.Definition.Targets
(XMLPROJECTION="ELEMENT");
property
numberOfDocuments
as
%DeepSee.PMML.Datatype.IntNumber
(MINVAL=0,XMLPROJECTION="ATTRIBUTE") [ Required ];
property
numberOfTerms
as
%DeepSee.PMML.Datatype.IntNumber
(MINVAL=0,XMLPROJECTION="ATTRIBUTE") [ Required ];
Methods
method
%OnValidateNames(ByRef pDictionary)
as
%Status