QuickRank
v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
optimization
post_learning
post_learning_opt.h
Go to the documentation of this file.
1
/*
2
* QuickRank - A C++ suite of Learning to Rank algorithms
3
* Webpage: http://quickrank.isti.cnr.it/
4
* Contact: quickrank@isti.cnr.it
5
*
6
* Unless explicitly acquired and licensed from Licensor under another
7
* license, the contents of this file are subject to the Reciprocal Public
8
* License ("RPL") Version 1.5, or subsequent versions as allowed by the RPL,
9
* and You may not copy or use this file in either source code or executable
10
* form, except in compliance with the terms and conditions of the RPL.
11
*
12
* All software distributed under the RPL is provided strictly on an "AS
13
* IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, AND
14
* LICENSOR HEREBY DISCLAIMS ALL SUCH WARRANTIES, INCLUDING WITHOUT
15
* LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
16
* PURPOSE, QUIET ENJOYMENT, OR NON-INFRINGEMENT. See the RPL for specific
17
* language governing rights and limitations under the RPL.
18
*c
19
* Contributor:
20
* HPC. Laboratory - ISTI - CNR - http://hpc.isti.cnr.it/
21
*/
22
#pragma once
23
24
#include "
optimization/optimization.h
"
25
26
namespace
quickrank
{
27
namespace
optimization {
28
namespace
post_learning {
29
30
class
PostLearningOptimization
:
public
Optimization
{
31
32
public
:
33
34
bool
is_pre_learning
()
const
{
35
return
false
;
36
}
37
};
38
39
}
// namespace post_learning
40
}
// namespace optimization
41
}
// namespace quickrank
quickrank
Definition:
dataset.cc:28
quickrank::optimization::Optimization
Definition:
optimization.h:33
quickrank::optimization::post_learning::PostLearningOptimization
Definition:
post_learning_opt.h:30
optimization.h
quickrank::optimization::post_learning::PostLearningOptimization::is_pre_learning
bool is_pre_learning() const
Definition:
post_learning_opt.h:34
Generated on Thu Jul 21 2016 14:30:28 for QuickRank by
1.8.11