/* 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 PRINT_H #define PRINT_H namespace PRINT { LEARNER::learner* setup(vw& all); } #endif