Click or drag to resize

spiderTargetOnDomainTokenSet Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.targets.spiderTargetOnDomainTokenSet"]

Inheritance Hierarchy
SystemObject
  changeBindableBase
    weightTableSetweightTableGenericTerm, spiderTargetTokens
      imbWEM.Core.crawler.targetsspiderTargetOnDomainTokenSet

Namespace:  imbWEM.Core.crawler.targets
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class spiderTargetOnDomainTokenSet : weightTableSet<weightTableGenericTerm, spiderTargetTokens>

The spiderTargetOnDomainTokenSet type exposes the following members.

Constructors
  NameDescription
Public methodspiderTargetOnDomainTokenSet
Initializes a new instance of the spiderTargetOnDomainTokenSet class
Top
Properties
  NameDescription
Public propertyAggregateDocument (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public propertyChanges
Gets or sets the changes.
(Inherited from changeBindableBase.)
Public propertycounter
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public propertydataSet
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public propertydescription
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public propertyHasChanges
Gets a value indicating whether this instance has changes.
(Inherited from changeBindableBase.)
Public propertyItem
Gets the IWeightTable with the specified document name.
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public propertyname
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Top
Methods
  NameDescription
Public methodAdd(Object) (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodAdd(IWeightTable)
Adds the specified document and processes all terms contained
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodAdd(IWeightTable, IWeightTableTerm, Boolean)
Non semantic matching
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodAddTable (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodCountAllDocuments
Count all terms in all documents
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodEquals (Inherited from Object.)
Public methodGetAggregateDataTable
Gets the aggregate table.
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodGetBDFreq(String) (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodGetBDFreq(IWeightTableTerm) (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodGetChanges
Gets the changes.
(Inherited from changeBindableBase.)
Public methodGetDataSet (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodGetDataTable
Gets the table for the specified document
(Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodGetEnumerator (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIDF(String) (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodGetIDF(IWeightTableTerm) (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Public methodGetType (Inherited from Object.)
Public methodInvokeChanged
Sets current state of the object to be Changed (i.e. from now on the object will know it had some changes since last Accept call);
(Inherited from changeBindableBase.)
Public methodOnPropertyChanged
Kreira event koji obaveštava da je promenjen neki parametar
(Inherited from changeBindableBase.)
Public methodToString (Inherited from Object.)
Public methodupdateMaxValues (Inherited from weightTableSetweightTableGenericTerm, spiderTargetTokens.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value is changed
(Inherited from changeBindableBase.)
Top
See Also