- Timestamp:
- 06/03/16 15:54:42 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/dataselection/CLIFF.java
r86 r120 65 65 } 66 66 67 pr ivateInstances applyCLIFF(Instances data) {67 protected Instances applyCLIFF(Instances data) { 68 68 final double[][] powerAttributes = new double[data.size()][data.numAttributes()]; 69 69 final double[] powerEntity = new double[data.size()];
Note: See TracChangeset
for help on using the changeset viewer.