Aglomera.NET - A hierarchical agglomerative clustering (HAC) library written in C#
Aglomera.NET - A hierarchical agglomerative clustering (HAC) library written in C#
Aglomera
ClusteringResult(TInstance) Class
ClusteringResult(TInstance) Properties
Count Property
Item Property
SingleCluster Property
ClusteringResult
TInstance
Item Property
Gets or sets the
ClusterSet
TInstance
at the given index of the sequence.
Namespace:
Aglomera
Assembly:
Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
Copy
public
ClusterSet
<TInstance>
this
[
int
index
] {
get
;
set
; }
Request Example
View Source
Parameters
index
Type:
System
Int32
The index of the cluster set we want to get or set.
Return Value
Type:
ClusterSet
TInstance
The
ClusterSet
TInstance
at the given index of the sequence.
See Also
Reference
ClusteringResult
TInstance
Class
Aglomera Namespace
Copyright (c) 2018 Pedro Sequeira