- Timestamp:
- 07/18/16 12:26:03 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CrossPare/src/de/ugoe/cs/cpdp/dataprocessing/LogarithmTransform.java
r86 r135 112 112 Instance instance = traindata.instance(i); 113 113 for (int j = 0; j < testdata.numAttributes(); j++) { 114 if (traindata.attribute(j) != classAttribute && traindata.attribute(j).isNumeric()) 114 if (traindata.attribute(j) != classAttribute && 115 traindata.attribute(j).isNumeric()) 115 116 { 116 117 if (instance.value(j) < 0) {
Note: See TracChangeset
for help on using the changeset viewer.