Click or drag to resize

ClusterAnalysis Constructor

Overload List
 NameDescription
Public methodClusterAnalysis Default constructor. Constructs an empty ClusterAnalysis instance.
Public methodClusterAnalysis(DataFrame) Default constructor. Constructs a ClusterAnalysis instance from the given data, using the current default distance and linkage delegates.
Public methodClusterAnalysis(DoubleMatrix) Constructs a ClusterAnalysis instance from the given data, using the current default distance and linkage delegates.
Public methodClusterAnalysis(DataFrame, DistanceFunction) Constructs a ClusterAnalysis instance from the given data, using the given distance delegates.
Public methodClusterAnalysis(DataFrame, LinkageFunction) Constructs a ClusterAnalysis instance from the given data, using the given distance delegates.
Public methodClusterAnalysis(DoubleMatrix, DistanceFunction) Constructs a ClusterAnalysis instance from the given data, using the given distance delegates.
Public methodClusterAnalysis(DoubleMatrix, LinkageFunction) Constructs a ClusterAnalysis instance from the given data, using the given distance delegates.
Public methodClusterAnalysis(DataFrame, DistanceFunction, LinkageFunction) Constructs a ClusterAnalysis instance from the given data, using the given distance and linkage delegates.
Public methodClusterAnalysis(DoubleMatrix, DistanceFunction, LinkageFunction) Constructs a ClusterAnalysis instance from the given data, using the given distance and linkage delegates.
Top
See Also