Click or drag to resize

RSquaredTInstance Class

Implements an internal evaluation method measuring the complement of the ratio of the sum of squared distances between elements in different clusters to the total sum of squares. This criterion considers only the separation between the clusters given some partition scheme (ClusterSetTInstance).
Inheritance Hierarchy
SystemObject
  Aglomera.Evaluation.InternalRSquaredTInstance

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

Type Parameters

TInstance
The type of instance considered.

The RSquaredTInstance type exposes the following members.

Constructors
  NameDescription
Public methodRSquaredTInstance
Creates a new RSquaredTInstance with given dissimilarity metric.
Top
Properties
  NameDescription
Public propertyDissimilarityMetric
Gets the metric used by this criterion to measure the dissimilarity / distance between cluster elements.
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 Also