[Xapian-tickets] [Xapian] #804: Improve clustering API
Xapian
nobody at xapian.org
Fri Jul 19 07:00:07 BST 2024
#804: Improve clustering API
--------------------------+-------------------------------
Reporter: James Aylett | Owner: Olly Betts
Type: enhancement | Status: assigned
Priority: highest | Milestone: 1.5.0
Component: Library API | Version: git master
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: | Operating System: All
--------------------------+-------------------------------
Comment (by Olly Betts):
Working on making `diversify()` into a method of `MSet`` which reorders
the object it's called on, so usage will look like:
{{{
Xapian::MSet mset = enquire.get_mset(0, 100);
mset.diversify(k, r, lambda, b, sigma_sqr);
}}}
--
Ticket URL: <https://trac.xapian.org/ticket/804#comment:6>
Xapian <https://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list