Click or drag to resize

FMeasureTInstance, TClass Class

Evaluates the given partition according to the F-measure, i.e., it measures the accuracy of the clustering by measuring the percentage of decisions that are correct (true positives + true negatives).
Inheritance Hierarchy
SystemObject
  Aglomera.Evaluation.ExternalFMeasureTInstance, TClass

Namespace:  Aglomera.Evaluation.External
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public class FMeasure<TInstance, TClass> : IExternalEvaluationCriterion<TInstance, TClass>
where TInstance : Object, IComparable<TInstance>
Request Example View Source

Type Parameters

TInstance
The type of instance considered.
TClass
The type of class considered.

The FMeasureTInstance, TClass type exposes the following members.

Constructors
  NameDescription
Public methodFMeasureTInstance, TClass
Creates a new instance of FMeasureTInstance, TClass with the given recall weight.
Top
Properties
  NameDescription
Public propertyRecallWeight
Gets the weight given to recall in comparison to precision.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodEvaluate
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
see: