Click or drag to resize

TFIDFConfiguration Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.settings.TFIDFConfiguration"]

Inheritance Hierarchy
SystemObject
  imbWEM.Core.settingsTFIDFConfiguration

Namespace:  imbWEM.Core.settings
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class TFIDFConfiguration

The TFIDFConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodTFIDFConfiguration
Initializes a new instance of the TFIDFConfiguration class
Top
Properties
  NameDescription
Public propertydoAutoConstructMasterTFfromStandardCC
Auto builds the master TF_IDF from exploited standard CC
Public propertydoExploitStandardCC
If true it will use [!:spider.targets.spiderDLContext.targets] TF-IDF as source
Public propertydoPerformLexicContraction
If true it will perform lexic contraction (packing all TermInstance into TermLemmas) for master TF build
Public propertydoSaveCacheOfDLCTables
If true it will save newly created TF-IDF tables to the cache
Public propertydoSaveDomainWordList
If true it will save wordlist for each domain
Public propertydoSaveMasterTFIDFonEndOfCrawl
If true it will save active master TF-IDF
Public propertydoSavePageWordlist
If true it will save wordlist for each processed page into index cache
Public propertydoSchedulePagesWithDLCTable
If true it will schedule also pages of domains that already have the DLC TF-IDF table in the cache. (for indexCrawler loading)
Public propertydoUseCachedDLCTables
If true it will use existing TF-IDF cached table
Public propertydoUseHeuristicDLCTFIDFConstruction
If true it will use alternative DLC TF-IDF construction that performes semantic contraction over total set of words and not on page TF-IDF way
Public propertydoUseOnlyRelevantPages
If true it will use only pages that are evaluated as relevant
Public propertydoUseOnlySingleMatch
If true it will use only single-dictionary matched words for MasterTF construction
Public propertydoUseSavedPageWordlists
If true it will use saved wordlists from each page if its found, and prevent indexCrawler load of that page
Public propertydoUseSeparateTFIDFperDLC_iterationEvaluation
If true it will create local copy of the master TF-IDF table for each DLC record
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodprepare
Public methodToString (Inherited from Object.)
Top
See Also