Rename virtual train_model to train in Ranker.
commit135db0cae0bad0bb8cd7ab2663527cfb878d5a7c
authorAyushP123 <ayushpandey34@yahoo.co.in>
Fri, 14 Jul 2017 12:44:56 +0000 (14 18:14 +0530)
committerOlly Betts <olly@survex.com>
Wed, 19 Jul 2017 00:29:24 +0000 (19 12:29 +1200)
treedfccad4f0843f6432106bceed23852c738ea3cc8
parent89f98545dc383255433bae6557782fdeedcf33af
Rename virtual train_model to train in Ranker.

Renamed the virtual function train_model to train in Ranker as it was
hiding the non-virtual function train_model in the Ranker's subclasses.
xapian-letor/include/xapian-letor/ranker.h
xapian-letor/ranker/listnet_ranker.cc
xapian-letor/ranker/ranker.cc
xapian-letor/ranker/svmranker.cc