Click or drag to resize

NormalizedMutualInformationTInstance, TClass Class

Evaluates the given partition according to the normalized mutual information criterion that measures the amount of information by which our knowledge about the classes increases when we are told what the clusters are.
Inheritance Hierarchy
SystemObject
  Aglomera.Evaluation.ExternalNormalizedMutualInformationTInstance, TClass

Namespace:  Aglomera.Evaluation.External
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public class NormalizedMutualInformation<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 NormalizedMutualInformationTInstance, TClass type exposes the following members.

Constructors
  NameDescription
Public methodNormalizedMutualInformationTInstance, TClass
Initializes a new instance of the NormalizedMutualInformationTInstance, TClass class
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: