We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b27144 commit b18106aCopy full SHA for b18106a
1 file changed
src/classification/DATA_evaluation.java
@@ -115,14 +115,14 @@ protected float[][] getConfusionMatrixNormalized() {
115
}
116
117
118
- /*
+
119
for (int i = 0; i < this.numberOfClasses; i++) {
120
for (int j = 0; j < this.numberOfClasses; j++) {
121
System.out.print(confusionMatrixNormalized[i][j] + " ");
122
123
System.out.println();
124
125
- */
126
127
return confusionMatrixNormalized;
128
0 commit comments