Browse Source

Update text.py

master
Yener GitHub 6 years ago
parent
commit
bdc0f5188a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jiagu/cluster/text.py

+ 1
- 1
jiagu/cluster/text.py View File

@@ -22,7 +22,7 @@ def text_cluster(docs, features_method='tfidf', method="dbscan",
dbscan 参数,邻域距离 dbscan 参数,邻域距离
:param min_pts: :param min_pts:
dbscan 参数,核心对象中的最少样本数量 dbscan 参数,核心对象中的最少样本数量
:return: OrderedDict
:return: dict
聚类结果 聚类结果
""" """
if features_method == 'tfidf': if features_method == 'tfidf':


Loading…
Cancel
Save