|  | |
| IIndexTInstance Class | |
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Aglomera.Evaluation.Internal
 Syntax
Syntaxpublic class IIndex<TInstance> : IInternalEvaluationCriterion<TInstance> where TInstance : Object, IComparable<TInstance>
The IIndexTInstance type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | IIndexTInstance | 
                Creates a new IIndexTInstance with given dissimilarity metric.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DissimilarityMetric | 
                Gets the metric used by this criterion to measure the dissimilarity / distance between cluster elements.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Evaluate | 
                Evaluates the given ClusterSetTInstance partition according to this evaluation criterion.
             | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Remarks
Remarks See Also
See Also