public static DoubleMatrix Euclidean(
DoubleMatrix cluster
)
Public Shared Function Euclidean (
cluster As DoubleMatrix
) As DoubleMatrix
public:
static DoubleMatrix^ Euclidean(
DoubleMatrix^ cluster
)
static member Euclidean :
cluster : DoubleMatrix -> DoubleMatrix
A cluster is defined as a set of multidimensional points. The rows of cluster are interpreted as the multidimensional points in the cluster.
This method returns the matrix of Euclidean distances among the points in the specified cluster.
ArgumentNullException | cluster is null. |