[UI] Added option to parametrize the min probability for creating high level tags

This commit is contained in:
emeric
2016-05-30 13:57:18 +02:00
parent 445f459654
commit fd9fdb8e87
5 changed files with 55 additions and 8 deletions
+2
View File
@@ -113,6 +113,8 @@ int main(int argc, char* argv[])
dbUpdater.scanComplete().connect(std::bind(&Database::HighLevelCluster::processDatabaseUpdate, &dbHighLevelCluster, std::placeholders::_1));
dbUpdater.scanComplete().connect(std::bind(&Database::FeatureExtractor::processDatabaseUpdate, &dbFeatureExtractor, std::placeholders::_1));
// dbHighLevelCluster.processDatabaseUpdate(Database::Updater::Stats());
// bind entry point
server.addEntryPoint(Wt::Application, boost::bind(UserInterface::LmsApplication::create,
_1, boost::ref(*connectionPool)));