Explorar o código

format changes

Bjoern Froehlich %!s(int64=13) %!d(string=hai) anos
pai
achega
318af440f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      semseg/SemSegContextTree.cpp

+ 1 - 1
semseg/SemSegContextTree.cpp

@@ -1614,7 +1614,7 @@ void SemSegContextTree::train ( const MultiDataset *md )
     contextOverview[d][0] /= sum;
     contextOverview[d][1] /= sum;
     
-    cout << "depth: " << d << " woContext: " << contextOverview[d][0] << " wContext: " << contextOverview[d][0] << endl;
+    cout << "depth: " << d << " woContext: " << contextOverview[d][0] << " wContext: " << contextOverview[d][1] << endl;
   }
 
 #endif