Learn R Programming

GFORCE (version 0.1.4)

gforce.kmeans_SDP_matrix: K-means SDP Matrices.

Description

Constructs the SDP constraint matrices so they can be passed to a black-box solver.

Usage

gforce.kmeans_SDP_matrix(D, K)

Arguments

D

\(d \times d\) numeric matrix.

K

number of clusters.