|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Typedefs:
- typedef Tuple2C<VectorC,LabelT> DataC;
-
This class expects the data points to
come in this form.
Variables:
Methods:
- DataBunchC(const DListC<DataC> & data,RealT (*)(FuncArgList) DistanceEvalF,IntT indDim,RealT noBins = 5,RealT nMaxSearchDistance = -1)
-
Constructor
- DataC Closest(const VectorC & point)
-
Find the closest couple (Vector, Label) to a given point
- DListC<DataC> NClosest(const VectorC & point,int N)
-
Find the N closest couple (Vector, Label) to a given point
|
Programmer:Luis Molina Tanco, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|