Skip to content

Commit b18106a

Browse files
author
Maximilian Wenk
committed
small change
1 parent 1b27144 commit b18106a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/classification/DATA_evaluation.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ protected float[][] getConfusionMatrixNormalized() {
115115
}
116116

117117
}
118-
/*
118+
119119
for (int i = 0; i < this.numberOfClasses; i++) {
120120
for (int j = 0; j < this.numberOfClasses; j++) {
121121
System.out.print(confusionMatrixNormalized[i][j] + " ");
122122
}
123123
System.out.println();
124124
}
125-
*/
125+
126126

127127
return confusionMatrixNormalized;
128128
}

0 commit comments

Comments
 (0)