pyuul_kmeans / pyuul_kmeans.md
oucgc1996's picture
Create pyuul_kmeans.md
c6256d0
|
raw
history blame
280 Bytes
# Pyuul_kmeans
## Input
### pdb
The input file is in pdb format.
### n_clusters
n_clusters represents how many classes are clustered, that is, the number of clusters.(n_clusters≥2)
### Times
Times represents how many times the clustering operation is performed. (Times≥1)