/* Copyright (c) by respective owners including Yahoo!, Microsoft, and individual contributors. All rights reserved. Released under a BSD license as described in the file LICENSE. */ #ifndef ONE_AGAINST_ALL_H #define ONE_AGAINST_ALL_H namespace OAA { LEARNER::learner* setup(vw& all, po::variables_map& vm); } #endif