Click or drag to resize

reportPlugIn_benchmarkResults Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.plugins.reportPlugIn_benchmarkResults"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbWEM.Core.pluginsreportPlugIn_benchmarkResults

Namespace:  imbWEM.Core.plugins
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class reportPlugIn_benchmarkResults : dataBindableBase, 
	IReportBenchmark

The reportPlugIn_benchmarkResults type exposes the following members.

Constructors
  NameDescription
Public methodreportPlugIn_benchmarkResults
Initializes a new instance of the reportPlugIn_benchmarkResults class
Top
Properties
  NameDescription
Public propertyCPU
Use of CPU resource measured by the last sample acquired
Public propertyCrawler
Name of the crawler design that was tested
Public propertyCrawlTime
Crawl job execution duration, expressed in minutes.
Public propertyDataLoad
Average dataload per minute, counting bytes of HTML source code
Public propertyE_PP
Public propertyE_TP
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 propertyLm_collected
Collected Lemmas's (counted by relevant terms) score by page loaded
Public propertyLm_recall
Lemma recall rate - domain level, recall rateo
Public propertyPage_recall
Percentage of crawled relevant pages - compared to relevant page count in the index database
Public propertyRAM
Public propertyTerm_recall
Percentage of collected distinct relevant term
Public propertyTestID
ID of the test run
Public propertyTestSignature
Test signature with the most important configuration values
Top
Methods
  NameDescription
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
Extension Methods
See Also