Click or drag to resize

ClusterSetEvaluationTInstance Structure

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

Type Parameters

TInstance
The type of instance considered.

The ClusterSetEvaluationTInstance type exposes the following members.

Constructors
  NameDescription
Public methodClusterSetEvaluationTInstance
Creates a new ClusterSetEvaluationTInstance.
Top
Properties
  NameDescription
Public propertyClusterSet
Gets the cluster-set that was evaluated.
Public propertyEvaluationValue
Gets the value of the evaluation.
Top
Methods
See Also