소스 검색

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" );