Click or drag to resize

featureExtractionMetrics Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Data object keeping data on feature vector extraction model metrics
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.reportData.optionalReportsfeatureExtractionMetrics

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class featureExtractionMetrics

The featureExtractionMetrics type exposes the following members.

Constructors
  NameDescription
Public methodfeatureExtractionMetrics
Initializes a new instance of the featureExtractionMetrics class
Public methodfeatureExtractionMetrics(String, String)
Initializes a new instance of the featureExtractionMetrics class
Top
Properties
  NameDescription
Public propertycategoryName
Name of category this metrics was gathered from
Public propertymodelName
Public propertyName
name of this metrics entry
Public propertyRangePositionAvg
Range position
Public propertyRangePositionStd
Public propertyRangeWidthAvg
Average range width - range of feature vector values accross the categoris
Public propertyRangeWidthStd
Average range width - range of feature vector values accross the categoris
Public propertyS1Measure
Suitability measure describes how effectivly FVE describes cases, in regard to their categories
Public propertySuccessRate
Average success rate of this category or for complete FVE
Public propertySuccessStDev
Ratio
Top
Methods
  NameDescription
Public methodAddValues
Public methodComputeAverage
Computes the average from given set of metrics
Public methodDivideValues
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 methodSetValues
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also