Click or drag to resize

IClassificationReport Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Interface to classification report objects

Namespace:  imbSCI.Core.math.classificationMetrics
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public interface IClassificationReport
Request Example View Source

The IClassificationReport type exposes the following members.

Properties
Methods
  NameDescription
Public methodGetSetMetrics
Top
Extension Methods
  NameDescription
Public Extension MethodAddValues(IClassificationReport)Overloaded.
Adds the values from specified source
(Defined by classificationReportExtensions.)
Public Extension MethodAddValues(classificationEvalMetricSet, classificationMetricComputation)Overloaded.
Sets or Adds the values from specified metrics object.
(Defined by classificationReportExtensions.)
Public Extension MethodDivideValues
Divides the values stored in the report
(Defined by classificationReportExtensions.)
Top
See Also