Aglomera.NET - A hierarchical agglomerative clustering (HAC) library written in C#
Aglomera.NET - A hierarchical agglomerative clustering (HAC) library written in C#
Aglomera.Linkage
CompleteLinkage(TInstance) Class
CompleteLinkage(TInstance) Constructor
CompleteLinkage(TInstance) Properties
CompleteLinkage(TInstance) Methods
CompleteLinkage
TInstance
Constructor
Creates a new
CompleteLinkage
TInstance
with given dissimilarity metric.
Namespace:
Aglomera.Linkage
Assembly:
Aglomera (in Aglomera.dll) Version: 1.1.0
Syntax
C#
Copy
public
CompleteLinkage
(
IDissimilarityMetric
<TInstance>
metric
)
Request Example
View Source
Parameters
metric
Type:
Aglomera
IDissimilarityMetric
TInstance
The metric used to calculate dissimilarity between cluster elements.
See Also
Reference
CompleteLinkage
TInstance
Class
Aglomera.Linkage Namespace
Copyright (c) 2018 Pedro Sequeira