%DeepSee.PMML.Model.Text
abstract class %DeepSee.PMML.Model.Text extends %DeepSee.PMML.Model.AbstractModel
Property Inventory
Parameters
parameter DOCCOUNT;
parameter SIMILARITYMETRIC;
parameter TERMCOUNT;
parameter TRACEWEIGHTTYPE = add;
Inherited description: How the weighting info in this models trace output needs to be interpreted.
Either of:
- "none": only rank info available
- "tree": trace info is a sequence of tree nodes leading to the prediction
- "add": additive contributions (total score might be a function of this sum)
- "multiply": multiplicative contributions (total score might be a function of this product)
Properties
property DocTermMatrix [ MultiDimensional ];
Property methods: DocTermMatrixDisplayToLogical(), DocTermMatrixGet(), DocTermMatrixIsValid(), DocTermMatrixLogicalToDisplay(), DocTermMatrixLogicalToOdbc(), DocTermMatrixNormalize(), DocTermMatrixSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %ExecuteModel()
- %ExecuteModelDeepSee()
- %Extends()
- %GetDataClassName()
- %GetInputClassName()
- %GetInputObject()
- %GetName()
- %GetOutputClassName()
- %GetParameter()
- %GetPredictedField()
- %GetPredictedFieldInfo()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()