Explorar el Código

minor change for adapting to new GenericClusterAlgorithmSelection

Alexander Freytag hace 11 años
padre
commit
954c55b59c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      progs/evaluateCompleteBoWPipeline.cpp

+ 1 - 1
progs/evaluateCompleteBoWPipeline.cpp

@@ -151,7 +151,7 @@ int main( int argc, char **argv )
   
   std::cerr << "CODEBOOK CREATION" << std::endl;
   
-  OBJREC::ClusterAlgorithm * clusterAlgo = OBJREC::GenericClusterAlgorithmSelection::selectClusterAlgo ( conf );
+  OBJREC::ClusterAlgorithm * clusterAlgo = OBJREC::GenericClusterAlgorithmSelection::selectClusterAlgorithm ( conf );
    
   NICE::VVector prototypes;