/* Copyright (c) 2009 Yahoo! Inc. All rights reserved. The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license */ #ifndef GD_MF_H #define GD_MF_H #include #include "example.h" #include "parse_regressor.h" #include "parser.h" #include "gd.h" void setup_gd_mf(gd_thread_params t); void destroy_gd_mf(); #endif