dynamic_programming.k_means_clustering_tensorflow

Functions

tf_k_means_cluster(vectors, noofclusters)

K-Means Clustering using TensorFlow.

Module Contents

dynamic_programming.k_means_clustering_tensorflow.tf_k_means_cluster(vectors, noofclusters)

K-Means Clustering using TensorFlow. ‘vectors’ should be a n*k 2-D NumPy array, where n is the number of vectors of dimensionality k. ‘noofclusters’ should be an integer.