Click or drag to resize

termQueryDocumentSet Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Inheritance Hierarchy
SystemObject
  changeBindableBase
    weightTableSettermSpark, termQueryDocument
      imbNLP.Data.semanticLexicon.termtermQueryDocumentSet

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

The termQueryDocumentSet type exposes the following members.

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