Click or drag to resize

reportPlugIn_benchmarkResults Class

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.3.55
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
See Also