Click or drag to resize

IInternalEvaluationCriterionTInstance Interface

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

Type Parameters

TInstance
The type of instance considered.

The IInternalEvaluationCriterionTInstance type exposes the following members.

Properties
  NameDescription
Public propertyDissimilarityMetric
Gets the metric used by this criterion to measure the dissimilarity / distance between cluster elements.
Top
Methods
Remarks
These methods are useful for estimating the number of clusters to group data after executing the clustering algorithm without any external data.
See Also