Click or drag to resize

spiderTargetTokens Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Not expanded TF-IDF collection
Inheritance Hierarchy
SystemObject
  changeBindableBase
    weightTableweightTableGenericTerm
      imbWEM.Core.crawler.targetsspiderTargetTokens

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 spiderTargetTokens : weightTable<weightTableGenericTerm>

The spiderTargetTokens type exposes the following members.

Constructors
  NameDescription
Public methodspiderTargetTokens
Initializes a new instance of the spiderTargetTokens class
Top
Properties
  NameDescription
Public propertyChanges
Gets or sets the changes.
(Inherited from changeBindableBase.)
Public propertyHasChanges
Gets a value indicating whether this instance has changes.
(Inherited from changeBindableBase.)
Public propertymax
(Inherited from weightTableweightTableGenericTerm.)
Public propertymaxWeight
(Inherited from weightTableweightTableGenericTerm.)
Public propertyname
(Inherited from weightTableweightTableGenericTerm.)
Public propertyparent (Inherited from weightTableweightTableGenericTerm.)
Public propertysum
(Inherited from weightTableweightTableGenericTerm.)
Public propertysumWeight
(Inherited from weightTableweightTableGenericTerm.)
Public propertyterms
Gets or sets the terms.
(Inherited from weightTableweightTableGenericTerm.)
Public propertytermSingleAddAllowed (Overrides weightTable.termSingleAddAllowed.)
Top
Methods
  NameDescription
Public methodAdd(Object)
Implementation for serialization
(Inherited from weightTableweightTableGenericTerm.)
Public methodAdd(IEnumerableIWeightTableTerm)
Adds the specified terms into table
(Inherited from weightTableweightTableGenericTerm.)
Public methodAdd(weightTableTermCompiled) (Inherited from weightTableweightTableGenericTerm.)
Public methodAdd(String, Int32)
Adds the specified term string.
(Inherited from weightTableweightTableGenericTerm.)
Public methodAdd(IWeightTableTerm, Int32)
Adds the specified term - or updates existing
(Inherited from weightTableweightTableGenericTerm.)
Public methodAddExternalDataTable
Loads term definitions from the specified DataTable, interpreting termName_column and termAFreq_column. Leave * to use export default column names.
(Inherited from weightTableweightTableGenericTerm.)
Public methodAddExternalDocument
Copies matching terms from external document> adds new if have to, rise the abs frequency if exists
(Inherited from weightTableweightTableGenericTerm.)
Public methodbuildTableRow (Overrides weightTable.buildTableRow(DataRow, UTP).)
Public methodbuildTableShema (Overrides weightTable.buildTableShema(DataTable).)
Public methodcontainsByName
Determines whether [contains by name] [the specified term name].
(Inherited from weightTableweightTableGenericTerm.)
Public methodCount (Inherited from weightTableweightTableGenericTerm.)
Public methodCount(Boolean) (Inherited from weightTableweightTableGenericTerm.)
Public methodEquals (Inherited from Object.)
Public methodGetAFreq(IWeightTableTerm)
Gets the absolute frequency of the specified term
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetAFreq(String)
Gets the absolute frequency for the term
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetAllTerms (Inherited from weightTableweightTableGenericTerm.)
Public methodGetAllTermString
Returns list of all terms in nominal form or by name - term keys
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetBDFreq(IWeightTableTerm)
Gets the binary document frequency of the specified term, i.e.: number of documents containing the term
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetBDFreq(String)
Gets the bd freq.
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetChanges
Gets the changes.
(Inherited from changeBindableBase.)
Public methodGetCompiledTable
Generates a compiled version of TF-IDF table. weightTableCompiled
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetCrossSection
Gets the cross section of matched terms
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetCWeight
Gets the cumulative weight (sum of all weights)
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetDataTable (Inherited from weightTableweightTableGenericTerm.)
Public methodGetDataTableClean
Gets the data table clean.
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetEnumerator (Inherited from weightTableweightTableGenericTerm.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIDF(IWeightTableTerm)
Gets the idf - inverse document frequency
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetIDF(String)
Gets the idf.
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetMatchAgainst``1
Gets the match against.
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetMatchByString
Gets the match by string. The specified term must be lowercase, without spaces, interpunction etc. It tries with direct match (LemmaForm), then if fails tries with full search
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetMatchTerm
Gets the match term.
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetMatchTermByName(String)
Gets the match term by the name.
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetMatchTermByName(IWeightTableTerm, Boolean)
Gets the match term by the name .
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetNFreq(IWeightTableTerm)
Gets the normalized frequency of the specified term
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetNFreq(String)
Gets the normalized frequency by term name
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetNWeight(IWeightTableTerm)
Gets the normalized cumulative weight for the term
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetNWeight(String)
Gets the normalized cumulative weight for the term
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetTF_IDF(IWeightTableTerm)
Gets the tf idf (term frequency - inverse document frequency
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetTF_IDF(String)
Gets the tf idf.
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetType (Inherited from Object.)
Public methodGetWeight(IWeightTableTerm)
Gets the cumulative weight for the term
(Inherited from weightTableweightTableGenericTerm.)
Public methodGetWeight(String)
Gets the cumulative weight for the term
(Inherited from weightTableweightTableGenericTerm.)
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 methodisMatch
Determines whether the specified term is contained within the document
(Inherited from weightTableweightTableGenericTerm.)
Public methodisMatchByName
Heuristic method - comparing only the term name against the contained collection
(Inherited from weightTableweightTableGenericTerm.)
Public methodisMatchBySemantics
Determines what kind of match this term might be to this table
(Inherited from weightTableweightTableGenericTerm.)
Public methodOnPropertyChanged
Kreira event koji obaveštava da je promenjen neki parametar
(Inherited from changeBindableBase.)
Public methodRemoveTerm (Inherited from weightTableweightTableGenericTerm.)
Public methodRemoveUnderWeight
Removes the terms under specified weight.
(Inherited from weightTableweightTableGenericTerm.)
Public methodRemoveZeroWeidht
Removes the terms with zero weidht.
(Inherited from weightTableweightTableGenericTerm.)
Public methodSetWeightTo_FrequencyRatio
Sets the weight of each term as proportion between absolute frequency and total sum of all frequencies
(Inherited from weightTableweightTableGenericTerm.)
Public methodSetWeightTo_NominalFrequency
Sets the term weight = as nominal fequency
(Inherited from weightTableweightTableGenericTerm.)
Public methodSetWeightTo_TF_IDF
Sets the weights according to current TF_IDF of a term
(Inherited from weightTableweightTableGenericTerm.)
Public methodToString (Inherited from Object.)
Public methodupdateMaxValues
Updates the maximum AFreq and CWeight - if chagnes occured since last call.
(Inherited from weightTableweightTableGenericTerm.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value is changed
(Inherited from changeBindableBase.)
Top
See Also

Reference

[!:aceCommonTypes.collection.tf_idf.weightTable<aceCommonTypes.collection.tf_idf.weightTableGenericTerm>]