Skip to content

Commit

Permalink
Update Readme.md format
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan authored Apr 6, 2018
1 parent 078499d commit c90b590
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,28 +249,28 @@ https://drive.google.com/file/d/1IItjFFUIfANgrUUI7jebNS9rfSEe32lZ/view?usp=shari
allowed.

``` bash
./datagen <num_bytes> > file.data
```
./datagen <num_bytes> > file.data
```

* Gene-alignment - Generates the input file for Gene Alignment. The target
sequence length should be much shorter than the query sequence length.

``` bash
python data_gen.py <target_sequence_len> <query_sequence_len>
```
python data_gen.py <target_sequence_len> <query_sequence_len>
```

* KMeans - It generates the input file for KMeans. Usage:

``` bash
g++ datagen.cpp -o datagen
./datagen <numObjects> [ <numFeatures> ] [-f]
```
./datagen <numObjects> [ <numFeatures> ] [-f]
```

* PageRank - It generates the input matrix for PageRank. Usage:

``` bash
python datagen.py
```
```

## Known Issue

Expand Down

0 comments on commit c90b590

Please sign in to comment.