Click or drag to resize

ClusteringResultTInstance Class

Represents the result of a clustering algorithm, consisting in the sequence of ClusterSetTInstance elements that were found during the agglomeration of all clusters.
Inheritance Hierarchy
SystemObject
  AglomeraClusteringResultTInstance

Namespace:  Aglomera
Assembly:  Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
public class ClusteringResult<TInstance> : IEnumerable<ClusterSet<TInstance>>, 
	IEnumerable
where TInstance : Object, IComparable<TInstance>
Request Example View Source

Type Parameters

TInstance
The type of instance considered.

The ClusteringResultTInstance type exposes the following members.

Constructors
  NameDescription
Public methodClusteringResultTInstance
Creates a new ClusteringResultTInstance of the given size.
Top
Properties
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSaveToCsv
Saves the ClusterSetTInstance objects stored in this ClusteringResultTInstance in a comma-separated values (CSV) file.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEvaluateClusteringTInstance(IInternalEvaluationCriterionTInstance)Overloaded. (Defined by Extensions.)
Public Extension MethodEvaluateClusteringTInstance(IInternalEvaluationCriterionTInstance, UInt32)Overloaded. (Defined by Extensions.)
Public Extension MethodEvaluateClusteringTInstance, TClass(IExternalEvaluationCriterionTInstance, TClass, IDictionaryTInstance, TClass)Overloaded. (Defined by Extensions.)
Public Extension MethodEvaluateClusteringTInstance, TClass(IExternalEvaluationCriterionTInstance, TClass, IDictionaryTInstance, TClass, UInt32)Overloaded. (Defined by Extensions.)
Public Extension MethodSaveD3DendrogramFileTInstance
Saves the given ClusteringResultTInstance to a d3.js dendrogram file.
(Defined by D3Extensions.)
Top
See Also