forked from aehrc/VariantSpark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fixed the issue with boostrap sample, but using the actual sample indexes (with repeats) rather than the distinct set of indexes (aehrc#101) * Tech/104/0.2 (aehrc#105) * Added regression test cases generation scripts * Added regression cases and unit test * Moved execution of regression tests to 'regression-test' profile * Enabled all regression test cases * Update command line for regression tests * Fixed chr22 regression cmd line * Clean up: removed all splitting classes * Refactored regression tests to use Parameterized * Update the regression cases generation scripts
- Loading branch information
Showing
27 changed files
with
313 additions
and
682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,3 +58,4 @@ build | |
dist | ||
_build | ||
spark-warehouse | ||
.*.crc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/main/java/au/csiro/variantspark/algo/ClassificationSplitter.java
This file was deleted.
Oops, something went wrong.
87 changes: 0 additions & 87 deletions
87
src/main/java/au/csiro/variantspark/algo/JClassificationSplitter.java
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
src/main/java/au/csiro/variantspark/algo/JConfusionClassificationSplitter.java
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
src/main/java/au/csiro/variantspark/algo/JContinousClassificationFastSplitter.java
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
src/main/java/au/csiro/variantspark/algo/JMaskedClassificationSplitter.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-32 Bytes
src/test/data/regression/.synth_2000_500_fact_10_0.0-imp_cat10.csv.crc
Binary file not shown.
Binary file removed
BIN
-32 Bytes
src/test/data/regression/.synth_2000_500_fact_10_0.0-imp_cat2.csv.crc
Binary file not shown.
Binary file removed
BIN
-32 Bytes
src/test/data/regression/.synth_2000_500_fact_10_0.995-imp_cat10.csv.crc
Binary file not shown.
Binary file removed
BIN
-32 Bytes
src/test/data/regression/.synth_2000_500_fact_10_0.995-imp_cat2.csv.crc
Binary file not shown.
Binary file removed
BIN
-32 Bytes
src/test/data/regression/.synth_2000_500_fact_3_0.0-imp_cat10.csv.crc
Binary file not shown.
Binary file removed
BIN
-32 Bytes
src/test/data/regression/.synth_2000_500_fact_3_0.0-imp_cat2.csv.crc
Binary file not shown.
Binary file removed
BIN
-32 Bytes
src/test/data/regression/.synth_2000_500_fact_3_0.995-imp_cat10.csv.crc
Binary file not shown.
Binary file removed
BIN
-32 Bytes
src/test/data/regression/.synth_2000_500_fact_3_0.995-imp_cat2.csv.crc
Binary file not shown.
Oops, something went wrong.