Click or drag to resize

tokenDocumentSet Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.term.tokenDocumentSet"]

Inheritance Hierarchy
SystemObject
  changeBindableBase
    weightTableSetweightTableGenericTerm, tokenDocument
      imbNLP.Data.semanticLexicon.termtokenDocumentSet

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public class tokenDocumentSet : weightTableSet<weightTableGenericTerm, tokenDocument>

The tokenDocumentSet type exposes the following members.

Constructors
  NameDescription
Public methodtokenDocumentSet
Initializes a new instance of the tokenDocumentSet class
Top
Properties
  NameDescription
Public propertyAggregateDocument (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public propertyChanges (Inherited from changeBindableBase.)
Public propertycounter (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public propertydataSet (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public propertydescription (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Protected propertydocuments (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public propertyHasChanges (Inherited from changeBindableBase.)
Public propertyItem (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public propertyname (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Top
Methods
  NameDescription
Protected methodAccept (Inherited from changeBindableBase.)
Public methodAdd(Object) (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodAdd(IWeightTable) (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodAdd(IWeightTable, IWeightTableTerm, Boolean) (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodAddTable (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodCountAllDocuments (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAggregateDataTable (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodGetBDFreq(String) (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodGetBDFreq(IWeightTableTerm) (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodGetChanges (Inherited from changeBindableBase.)
Public methodGetDataSet (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodGetDataTable (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodGetEnumerator (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIDF(String) (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodGetIDF(IWeightTableTerm) (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeChanged (Inherited from changeBindableBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from changeBindableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodupdateMaxValues (Inherited from weightTableSetweightTableGenericTerm, tokenDocument.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from changeBindableBase.)
Top
See Also