package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module MX = Owl_dense_matrix_d
module UT = Owl_utils

K-means clustering algorithm x is the row-based data points and c is the number of clusters.

val kmeans : MX.mat -> int -> MX.mat * int array