gforce.kmeans_SDP_matrix {GFORCE}R Documentation

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.


[Package GFORCE version 0.1.4 Index]