Nearest neighbor techniques generally average over k nearest neighbors.
 This average makes a fine score.  If k = 1, then score can only take on
values 0 and 1, but that isn't a problem.

So I think that the interface makes sense.  There isn't a link function, but
it is traditional to take that as meaning that the link function is the
identity function rather than that it doesn't exist.

Or did I miss your point?

On Fri, May 20, 2011 at 7:33 PM, Daniel McEnnis <[email protected]> wrote:

> All of this assumes classifiers supply a score.  Nearest Neighbor
> classification can not provide a meaningful score, only the result.
> So there is at least one algorithm where whole sets of the classify
> interface makes absolutely no sense.
>

Reply via email to