public static class NeighborChainAgglomerativeClustering.Link extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
sim
The similarity between the current cluster and it's parent in the
chain.
|
int |
x
The id of the current cluster.
|
| Constructor and Description |
|---|
NeighborChainAgglomerativeClustering.Link(double sim,
int x)
Creates a new
NeighborChainAgglomerativeClustering.Link. |
public double sim
public int x
public NeighborChainAgglomerativeClustering.Link(double sim,
int x)
NeighborChainAgglomerativeClustering.Link.Copyright © 2012. All Rights Reserved.