search for: featurelist

Displaying 5 results from an estimated 5 matches for "featurelist".

2016 Jun 29
2
xapian-letor: FeatureVector discussion
...ure when it's building a FeatureVector for a given document). Yes. Features can get their own subdirectory with each Feature subclass having its own implementation. We can have FeatureManager do all the feature handling corresponding to a query. FeatureManager can have vector<Features*> FeatureList, which initialises each Feature sub-class object mentioned in the FeatureList (supplied at the time of training/ranking or as deafult set). At present, letor is mostly centred around RankList (for both training and ranking), whereas RankList is just a vector of FeatureVectors corresponding to a qi...
2015 Dec 08
3
v2.2.20 released
...> > http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz > > http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig > > > > This could be (one of) the last v2.2.x release. We're starting v2.3 > > development soon. > > Great! > > What's on the featurelist of v2.3? Support for thousands of ssl certificates without having to load/specify these in config would be nice. Something like load_cert_pattern = /etc/dovecot/ssl/$domain (aka if file exists - use it) cert_fallback = /etc/dovecot/ssl/primary.cert etc That would make it possible to use https:...
2016 Aug 18
3
KMeans - Evaluation Results
...going to have access to the Internal > class declaration, so they can't call things on it. This means it's > actually difficult right now to subclass Feature. > > I don't think we should worry about this with LTR right now, but I suspect > a better approach is to pass the FeatureList (as a helper) to > Feature::get_values(), or set it when we add the Feature to FeatureList, > and use that to ask for things like the current query, current document, > normalised lengths &c. > I see. What I've put in Feature::Internal can actually be part of FeatureList class...
2015 Dec 07
7
v2.2.20 released
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig This could be (one of) the last v2.2.x release. We're starting v2.3 development soon. + Added mailbox { autoexpunge=<time> } setting. See http://wiki2.dovecot.org/MailboxSettings for details. + ssl_options: Added support for no_ticket + imap/pop3/managesieve-login:
2015 Dec 07
7
v2.2.20 released
http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.20.tar.gz.sig This could be (one of) the last v2.2.x release. We're starting v2.3 development soon. + Added mailbox { autoexpunge=<time> } setting. See http://wiki2.dovecot.org/MailboxSettings for details. + ssl_options: Added support for no_ticket + imap/pop3/managesieve-login: