Click or drag to resize

termDocumentSet Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

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

Inheritance Hierarchy
SystemObject
  changeBindableBase
    weightTableSettermSpark, termDocument
      imbNLP.Data.semanticLexicon.termtermDocumentSet

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
Syntax
C#
public class termDocumentSet : weightTableSet<termSpark, termDocument>

The termDocumentSet type exposes the following members.

Constructors
  NameDescription
Public methodtermDocumentSet
Initializes a new instance of the termDocumentSet class
Top
Properties
  NameDescription
Public propertyAggregateDocument (Inherited from weightTableSettermSpark, termDocument.)
Public propertyChanges (Inherited from changeBindableBase.)
Public propertycounter (Inherited from weightTableSettermSpark, termDocument.)
Public propertydataSet (Inherited from weightTableSettermSpark, termDocument.)
Public propertydescription (Inherited from weightTableSettermSpark, termDocument.)
Protected propertydocuments (Inherited from weightTableSettermSpark, termDocument.)
Public propertyHasChanges (Inherited from changeBindableBase.)
Public propertyItem (Inherited from weightTableSettermSpark, termDocument.)
Public propertyname (Inherited from weightTableSettermSpark, termDocument.)
Top
Methods
  NameDescription
Protected methodAccept (Inherited from changeBindableBase.)
Public methodAdd(Object) (Inherited from weightTableSettermSpark, termDocument.)
Public methodAdd(IWeightTable) (Inherited from weightTableSettermSpark, termDocument.)
Public methodAdd(IWeightTable, IWeightTableTerm, Boolean) (Inherited from weightTableSettermSpark, termDocument.)
Public methodAddTable (Inherited from weightTableSettermSpark, termDocument.)
Public methodCountAllDocuments (Inherited from weightTableSettermSpark, termDocument.)
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 weightTableSettermSpark, termDocument.)
Public methodGetBDFreq(String) (Inherited from weightTableSettermSpark, termDocument.)
Public methodGetBDFreq(IWeightTableTerm) (Inherited from weightTableSettermSpark, termDocument.)
Public methodGetChanges (Inherited from changeBindableBase.)
Public methodGetDataSet (Inherited from weightTableSettermSpark, termDocument.)
Public methodGetDataTable (Inherited from weightTableSettermSpark, termDocument.)
Public methodGetEnumerator (Inherited from weightTableSettermSpark, termDocument.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIDF(String) (Inherited from weightTableSettermSpark, termDocument.)
Public methodGetIDF(IWeightTableTerm) (Inherited from weightTableSettermSpark, termDocument.)
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 weightTableSettermSpark, termDocument.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from changeBindableBase.)
Top
See Also