Skip to content

Commit

Permalink
PUB-603: Add ECG dataset to LoadDatasets.java
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Jun 18, 2014
1 parent 399a46b commit c5c6cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h2o-samples/src/main/java/samples/expert/LoadDatasets.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static void main(String[] args) throws Exception {
}

void load() {
TestUtil.parseFromH2OFolder("smalldata/anomaly/ecg_discord.csv");
TestUtil.parseFromH2OFolder("smalldata/./logreg/prostate.csv");
TestUtil.parseFromH2OFolder("smalldata/./logreg/prostate_long.csv.gz");
TestUtil.parseFromH2OFolder("smalldata/./mnist/test.csv.gz");
Expand Down

0 comments on commit c5c6cae

Please sign in to comment.