This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
Jiagu
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update text.py
master
Yener
GitHub
6 years ago
parent
946be54041
commit
bdc0f5188a
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Or
d
eredD
ict
:return: dict
聚类结果
聚类结果
"""
"""
if features_method == 'tfidf':
if features_method == 'tfidf':
Write
Preview
Loading…
Cancel
Save