浏览代码

format changes

Bjoern Froehlich 13 年之前
父节点
当前提交
318af440f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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