Click or drag to resize

iterationPerformanceRecord Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Data object to keep information on each iteration performance
Iteration Performance record
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.crawler.engineiterationPerformanceRecord

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[imbAttribute(imbAttributeName.measure_letter)]
public class iterationPerformanceRecord : imbBindable

The iterationPerformanceRecord type exposes the following members.

Constructors
  NameDescription
Public methoditerationPerformanceRecord
Blank initiation for deserialization
Public methoditerationPerformanceRecord(modelSpiderSiteRecord)
Proper constructor for new instance creation witn immediate data population
Top
Properties
  NameDescription
Public propertyblocks_all
Public propertyblocks_relevant
Public propertyCPU
Use of CPU resource measured by the last sample acquired
Public propertyduplicateCount
Public propertyE_PP
Public propertyE_TH
Public propertyE_TP
Public propertyFRA_SummaryRuntime
Total time consumed by FRA part of the iteration cycle
Public propertyFRA_TimePercent
Percentage of time that FRA participated in the complete Job execution time
Public propertyIP
Public propertyIP_collected
Collected InfoPrize (calculated by relevant terms) score by page loaded
Public propertyIP_recall
Percentage of collected nominal IP for the domain
Public propertyIPnominal
InfoPoints nominal harvest - as sum of IP factors of crawled pages, by page loaded
Public propertyirrelevantPageCount
Public propertyiteration
Public propertykey
Public propertyLm_collected
Collected Lemmas's (counted by relevant terms) score by page loaded
Public propertyLm_recall
Lemma recall rate - domain level, recall rateo
Public propertyloadedPageCount
Public propertyPage_recall
Percentage of crawled relevant pages - compared to relevant page count in the index database
Public propertyrealLoadsCount
Public propertyrelevantPageCount
Public propertysummedRows
Public propertytargetEvalRatio
Public propertytargetLanguage
Public propertytargetUrl
Public propertyTerm_recall
Percentage of collected distinct relevant term
Public propertyterms_all
Public propertyterms_relevant
Public propertytime_duration_s
Public propertytime_sincefirst_s
Top
Methods
  NameDescription
Public methoddeploy
Deploys information from wRecord, including the key
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
See Also

Reference

[!:aceCommonTypes.primitives.imbBindable]