Skip to content

Instantly share code, notes, and snippets.

View ayshtmr's full-sized avatar

Ayush Tomar ayshtmr

  • San Francisco, CA
View GitHub Profile
@ayshtmr
ayshtmr / ranker.h
Last active September 24, 2016 17:43
ranker.h as core Letor header
/** @file ranker.h
* @brief Ranker class - weighting scheme based on Learning to Rank
*/
/* Copyright (C) 2012 Parth Gupta
* Copyright (C) 2016 Ayush Tomar
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
@ayshtmr
ayshtmr / ranker.h
Created September 24, 2016 17:22
Three major changes compared to letor.h:
/** @file ranker.h
* @brief Ranker class - weighting scheme based on Learning to Rank
*/
/* Copyright (C) 2012 Parth Gupta
* Copyright (C) 2016 Ayush Tomar
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
/** @file letor_error.h
* @brief Exception classes for xapian-letor. Derived from Error class in <xapian/error.h>
*/
/* Copyright (C) 2016 Ayush Tomar
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of the
* License, or (at your option) any later version.
*