This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** @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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** @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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** @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. | |
| * |