Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankitanovski committed Jun 2, 2019
2 parents b6f865b + 6d26afa commit d1466cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the JAR file to the build path of your project and you are *set*. The key me
The library contains sufficient Java doc for each of the functions.

## Sample usage
Creating and analyzing mtables:
Train and test a model:

### Train a model

Expand Down Expand Up @@ -193,8 +193,8 @@ The class is a representation of the parameters in each step of the training. Th

## Development

1. Clone this repository `git clone https://github.com/fair-search/fairsearchdeltr-python`
2. Change directory to the directory where you cloned the repository `cd WHERE_ITS_DOWNLOADED/fairsearchdeltr-python`
1. Clone this repository `git clone https://github.com/fair-search/fairsearchdeltr-java`
2. Change directory to the directory where you cloned the repository `cd WHERE_ITS_DOWNLOADED/fairsearchdeltr-java`
3. Use any IDE to work with the code

If you want to make your own builds you can do that with the Gradle wrapper:
Expand Down

0 comments on commit d1466cb

Please sign in to comment.