Skip to content

Commit

Permalink
Final version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmatamalas committed Jun 4, 2018
1 parent d9a26e1 commit 7253f96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,351 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Rscript get_model.R (--adaptive | --markovian) --order <order> --input <input> -
### Output

The output of the execution will be stored in the in a CSV file with the following format:
- **The first _norder_ columns**: contain the encoding of the source following the format described in<sup id="ref1">[1]</sup>.
- **The next _norder_ columns**: contain the encoding of the destination following the format described in<sup id="ref1">[1]</sup>.
- **The first _norder_ columns**: contain the encoding of the source following the format Src1, Src2,..., SrcN, being the last one the most recent position.
- **The next _norder_ columns**: contain the encoding of the destination following the format Target1, Target2,..., TargetN, being the last one the most recent position.
- **Transition probability**: the last column contain the transition from source to destination.

### Example
Expand Down
Loading

0 comments on commit 7253f96

Please sign in to comment.