![]() | spiderTargetTokens Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWEM.Core.crawler.targets
public class spiderTargetTokens : weightTable<weightTableGenericTerm>
The spiderTargetTokens type exposes the following members.
Name | Description | |
---|---|---|
![]() | spiderTargetTokens | Initializes a new instance of the spiderTargetTokens class |
Name | Description | |
---|---|---|
![]() | Changes |
Gets or sets the changes.
(Inherited from changeBindableBase.) |
![]() | HasChanges |
Gets a value indicating whether this instance has changes.
(Inherited from changeBindableBase.) |
![]() | max | (Inherited from weightTableweightTableGenericTerm.) |
![]() | maxWeight | (Inherited from weightTableweightTableGenericTerm.) |
![]() | name | (Inherited from weightTableweightTableGenericTerm.) |
![]() | parent | (Inherited from weightTableweightTableGenericTerm.) |
![]() | sum | (Inherited from weightTableweightTableGenericTerm.) |
![]() | sumWeight | (Inherited from weightTableweightTableGenericTerm.) |
![]() | terms |
Gets or sets the terms.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | termSingleAddAllowed | (Overrides weightTable.termSingleAddAllowed.) |
Name | Description | |
---|---|---|
![]() | Add(Object) |
Implementation for serialization
(Inherited from weightTableweightTableGenericTerm.) |
![]() | Add(IEnumerableIWeightTableTerm) |
Adds the specified terms into table
(Inherited from weightTableweightTableGenericTerm.) |
![]() | Add(weightTableTermCompiled) | (Inherited from weightTableweightTableGenericTerm.) |
![]() | Add(String, Int32) |
Adds the specified term string.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | Add(IWeightTableTerm, Int32) |
Adds the specified term - or updates existing
(Inherited from weightTableweightTableGenericTerm.) |
![]() | AddExternalDataTable |
Loads term definitions from the specified DataTable, interpreting termName_column and termAFreq_column. Leave * to use export default column names.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | AddExternalDocument |
Copies matching terms from external document> adds new if have to, rise the abs frequency if exists
(Inherited from weightTableweightTableGenericTerm.) |
![]() | buildTableRow | (Overrides weightTable.buildTableRow(DataRow, UTP).) |
![]() | buildTableShema | (Overrides weightTable.buildTableShema(DataTable).) |
![]() | containsByName |
Determines whether [contains by name] [the specified term name].
(Inherited from weightTableweightTableGenericTerm.) |
![]() | Count | (Inherited from weightTableweightTableGenericTerm.) |
![]() | Count(Boolean) | (Inherited from weightTableweightTableGenericTerm.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetAFreq(IWeightTableTerm) |
Gets the absolute frequency of the specified term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetAFreq(String) |
Gets the absolute frequency for the term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetAllTerms | (Inherited from weightTableweightTableGenericTerm.) |
![]() | GetAllTermString |
Returns list of all terms in nominal form or by name - term keys
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetBDFreq(IWeightTableTerm) |
Gets the binary document frequency of the specified term, i.e.: number of documents containing the term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetBDFreq(String) |
Gets the bd freq.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetChanges |
Gets the changes.
(Inherited from changeBindableBase.) |
![]() | GetCompiledTable |
Generates a compiled version of TF-IDF table. weightTableCompiled (Inherited from weightTableweightTableGenericTerm.) |
![]() | GetCrossSection |
Gets the cross section of matched terms
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetCWeight |
Gets the cumulative weight (sum of all weights)
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetDataTable | (Inherited from weightTableweightTableGenericTerm.) |
![]() | GetDataTableClean |
Gets the data table clean.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetEnumerator | (Inherited from weightTableweightTableGenericTerm.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetIDF(IWeightTableTerm) |
Gets the idf - inverse document frequency
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetIDF(String) |
Gets the idf.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetMatchAgainst``1 |
Gets the match against.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetMatchByString |
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.) |
![]() | GetMatchTerm |
Gets the match term.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetMatchTermByName(String) |
Gets the match term by the name.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetMatchTermByName(IWeightTableTerm, Boolean) |
Gets the match term by the name .
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetNFreq(IWeightTableTerm) |
Gets the normalized frequency of the specified term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetNFreq(String) |
Gets the normalized frequency by term name
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetNWeight(IWeightTableTerm) |
Gets the normalized cumulative weight for the term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetNWeight(String) |
Gets the normalized cumulative weight for the term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetTF_IDF(IWeightTableTerm) |
Gets the tf idf (term frequency - inverse document frequency
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetTF_IDF(String) |
Gets the tf idf.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetWeight(IWeightTableTerm) |
Gets the cumulative weight for the term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | GetWeight(String) |
Gets the cumulative weight for the term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | InvokeChanged |
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.) |
![]() | isMatch |
Determines whether the specified term is contained within the document
(Inherited from weightTableweightTableGenericTerm.) |
![]() | isMatchByName |
Heuristic method - comparing only the term name against the contained collection
(Inherited from weightTableweightTableGenericTerm.) |
![]() | isMatchBySemantics |
Determines what kind of match this term might be to this table
(Inherited from weightTableweightTableGenericTerm.) |
![]() | OnPropertyChanged |
Kreira event koji obaveštava da je promenjen neki parametar
(Inherited from changeBindableBase.) |
![]() | RemoveTerm | (Inherited from weightTableweightTableGenericTerm.) |
![]() | RemoveUnderWeight |
Removes the terms under specified weight.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | RemoveZeroWeidht |
Removes the terms with zero weidht.
(Inherited from weightTableweightTableGenericTerm.) |
![]() | SetWeightTo_FrequencyRatio |
Sets the weight of each term as proportion between absolute frequency and total sum of all frequencies
(Inherited from weightTableweightTableGenericTerm.) |
![]() | SetWeightTo_NominalFrequency |
Sets the term weight = as nominal fequency
(Inherited from weightTableweightTableGenericTerm.) |
![]() | SetWeightTo_TF_IDF |
Sets the weights according to current TF_IDF of a term
(Inherited from weightTableweightTableGenericTerm.) |
![]() | ToString | (Inherited from Object.) |
![]() | updateMaxValues |
Updates the maximum AFreq and CWeight - if chagnes occured since last call.
(Inherited from weightTableweightTableGenericTerm.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when a property value is changed
(Inherited from changeBindableBase.) |