瀏覽代碼

update cholesky flag

Erik Rodner 13 年之前
父節點
當前提交
339f68ee31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      progs/testImageNetBinaryBruteForce.cpp

+ 1 - 1
progs/testImageNetBinaryBruteForce.cpp

@@ -265,7 +265,7 @@ KCMinimumEnclosingBall *trainSVDD( const double & noise, const NICE::Matrix kern
     Config conf;
     // set the outlier ratio (Paul optimized this paramter FIXME)
     conf.sD( "SVDD", "outlier_fraction", 0.1 );
-    KCMinimumEnclosingBall *svdd = new KCMinimumEnclosingBall ( &conf, NULL /* no kernel function */, "SVDD" /* config section */ );
+    KCMinimumEnclosingBall *svdd = new KCMinimumEnclosingBall ( &conf, NULL /* no kernel function */, "SVDD" /* config section */, false /* update cholesky */ );
 
     KernelData kernelData ( &conf, kernelMatrix, "Kernel" );