Changeset 3 for trunk/CrossPare/src/de/ugoe/cs/cpdp
- Timestamp:
- 08/05/14 09:18:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/loader/NasaARFFLoader.java
r2 r3 65 65 attributeNameMap.put("Defective", "bug"); 66 66 attributeNameMap.put("problems", "bug"); 67 attributeNameMap.put("label", "bug"); 67 68 68 69 // build list with normalized attribute order … … 142 143 } 143 144 if( data.numAttributes()!=attributeOrder.size() ) { 144 throw new RuntimeException("Invalid number of attributes ");145 throw new RuntimeException("Invalid number of attributes; filename: " + file.getName()); 145 146 } 146 147
Note: See TracChangeset
for help on using the changeset viewer.