Trees | Indices | Help |
---|
|
object --+ | kNN
Holds information necessary to do nearest neighbors classification.
Members: classes Set of the possible classes. xs List of the neighbors. ys List of the classes that the neighbors belong to. k Number of neighbors to look at.
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 20 10:38:58 2011 | http://epydoc.sourceforge.net |