Spaces:
Sleeping
Sleeping
Create pyuul_kmeans.md
Browse files- pyuul_kmeans.md +12 -0
pyuul_kmeans.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Pyuul_kmeans
|
2 |
+
|
3 |
+
## Input
|
4 |
+
|
5 |
+
### pdb
|
6 |
+
The input file is in pdb format.
|
7 |
+
|
8 |
+
### n_clusters
|
9 |
+
n_clusters represents how many classes are clustered, that is, the number of clusters.(n_clusters≥2)
|
10 |
+
|
11 |
+
### Times
|
12 |
+
Times represents how many times the clustering operation is performed. (Times≥1)
|