Changeset 86
- Timestamp:
- 05/11/16 09:10:12 (9 years ago)
- Location:
- trunk/CrossPare/src/de/ugoe/cs/cpdp
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/ExperimentConfiguration.java
r68 r86 1 // Copyright 2015 Georg-August-Universit �t G�ttingen, Germany1 // Copyright 2015 Georg-August-Universität Göttingen, Germany 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); -
trunk/CrossPare/src/de/ugoe/cs/cpdp/dataprocessing/Oversampling.java
r41 r86 82 82 // TODO: resample.setSampleSizePercent((100.0*counts[1])/100+0.01); 83 83 // Ohne +0.01 wird bei tomcat, xerces-1.2 und jedit-4.0 ein negative 84 // weniger zur ückgegeben84 // weniger zurückgegeben 85 85 resample.setSampleSizePercent((100.0 * counts[0]) / counts[1]); 86 86 try { -
trunk/CrossPare/src/de/ugoe/cs/cpdp/dataprocessing/Undersampling.java
r41 r86 82 82 // TODO: resample.setSampleSizePercent((100.0*counts[1])/100+0.01); 83 83 // Ohne +0.01 wird bei tomcat, xerces-1.2 und jedit-4.0 ein negative weniger 84 // zur ückgegeben84 // zurückgegeben 85 85 resample.setSampleSizePercent((100.0 * counts[1]) / counts[0]); 86 86 try { -
trunk/CrossPare/src/de/ugoe/cs/cpdp/eval/IResultStorage.java
r71 r86 1 // Copyright 2015 Georg-August-Universit �t G�ttingen, Germany1 // Copyright 2015 Georg-August-Universität Göttingen, Germany 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); -
trunk/CrossPare/src/de/ugoe/cs/cpdp/eval/MySQLResultStorage.java
r76 r86 1 // Copyright 2015 Georg-August-Universit �t G�ttingen, Germany1 // Copyright 2015 Georg-August-Universität Göttingen, Germany 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License"); -
trunk/CrossPare/src/de/ugoe/cs/cpdp/training/MetricMatchingTraining.java
r49 r86 1 // Copyright 2015 Georg-August-Universit �t G�ttingen, Germany1 // Copyright 2015 Georg-August-Universität Göttingen, Germany 2 2 // 3 3 // Licensed under the Apache License, Version 2.0 (the "License");
Note: See TracChangeset
for help on using the changeset viewer.