File size: 280 Bytes
c6256d0
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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)