标签: tensorflow
在TF 1.13中有一个kMeans聚类功能 https://www.tensorflow.org/api_docs/python/tf/contrib/factorization/KMeans。
我想知道TF 2.0是否有类似的功能
答案 0 :(得分:0)
这有帮助吗? https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/compat/v1/estimator/experimental/KMeans?hl=en#example
参考:Tensorflow 2.0与v1的兼容性:tf.compat.v1.estimator.experimental.KMeans
tf.compat.v1.estimator.experimental.KMeans