Overload List
| Name | Description | |
|---|---|---|
| ClusterAnalysis()()() |
Default constructor. Constructs an empty ClusterAnalysis instance.
| |
| ClusterAnalysis(DoubleMatrix) |
Constructs a ClusterAnalysis instance from the given data, using the
current default distance and linkage delegates.
| |
| ClusterAnalysis(DataFrame) |
Default constructor. Constructs a ClusterAnalysis instance from the
given data, using the current default distance and linkage delegates.
| |
| ClusterAnalysis(DoubleMatrix, Distance..::.Function) |
Constructs a ClusterAnalysis instance from the given data,
using the given distance delegates.
| |
| ClusterAnalysis(DoubleMatrix, Linkage..::.Function) |
Constructs a ClusterAnalysis instance from the given data,
using the given distance delegates.
| |
| ClusterAnalysis(DataFrame, Distance..::.Function) |
Constructs a ClusterAnalysis instance from the given data,
using the given distance delegates.
| |
| ClusterAnalysis(DataFrame, Linkage..::.Function) |
Constructs a ClusterAnalysis instance from the given data,
using the given distance delegates.
| |
| ClusterAnalysis(DoubleMatrix, Distance..::.Function, Linkage..::.Function) |
Constructs a ClusterAnalysis instance from the given data,
using the given distance and linkage delegates.
| |
| ClusterAnalysis(DataFrame, Distance..::.Function, Linkage..::.Function) |
Constructs a ClusterAnalysis instance from the given data,
using the given distance and linkage delegates.
|