dynamic_programming.k_means_clustering_tensorflow ================================================= .. py:module:: dynamic_programming.k_means_clustering_tensorflow Functions --------- .. autoapisummary:: dynamic_programming.k_means_clustering_tensorflow.tf_k_means_cluster Module Contents --------------- .. py:function:: 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.