Class TextIndex
Represents the methods and properties for TextIndex element and its attributes
Inheritance
System.Object
TextIndex
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class TextIndex
Constructors
TextIndex()
Declaration
public TextIndex()
Properties
Aggregate
Gets the Aggregate object
Declaration
public Aggregate Aggregate { get; set; }
Property Value
Type |
---|
Aggregate |
CountHits
Gets "CountHits" value
Declaration
public int CountHits { get; }
Property Value
Type |
---|
System.Int32 |
Discretize
Gets the Discretize object
Declaration
public Discretize Discretize { get; set; }
Property Value
Type |
---|
Discretize |
Extension
Gets the Extension object
Declaration
public Extension Extension { get; set; }
Property Value
Type |
---|
Extension |
FieldReference
Gets the FieldReference object
Declaration
public FieldReference FieldReference { get; set; }
Property Value
Type |
---|
FieldReference |
IsCaseSensitive
Gets "IsCaseSensitive" value
Declaration
public bool IsCaseSensitive { get; }
Property Value
Type |
---|
System.Boolean |
LocalTermWeights
Gets "LocalTermWeights" value
Declaration
public string LocalTermWeights { get; }
Property Value
Type |
---|
System.String |
MapValues
Gets the MapValues object
Declaration
public MapValues MapValues { get; set; }
Property Value
Type |
---|
MapValues |
MaxLevenshteinDistance
Gets "MaxLevenshteinDistance" value
Declaration
public int MaxLevenshteinDistance { get; }
Property Value
Type |
---|
System.Int32 |
NormContinuous
Gets the NormContinuous object
Declaration
public NormContinuous NormContinuous { get; set; }
Property Value
Type |
---|
NormContinuous |
NormDiscrete
Gets the NormDiscrete object
Declaration
public NormDiscrete NormDiscrete { get; set; }
Property Value
Type |
---|
NormDiscrete |
TextField
Gets "TextField" value
Declaration
public string TextField { get; }
Property Value
Type |
---|
System.String |
TextIndexes
Gets the TextIndex object
Declaration
public TextIndex TextIndexes { get; set; }
Property Value
Type |
---|
TextIndex |
TextIndexNormalization
Gets the TextIndexNormalization object
Declaration
public List<TextIndexNormalization> TextIndexNormalization { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<TextIndexNormalization> |
Tokenize
Gets "Tokenize" value
Declaration
public bool Tokenize { get; }
Property Value
Type |
---|
System.Boolean |
WordSeparatorCharacterRE
Gets "wordSeparatorCharacterRE" value
Declaration
public string WordSeparatorCharacterRE { get; }
Property Value
Type |
---|
System.String |