Name

adams.flow.transformer.WekaNearestNeighborSearch


Synopsis

Outputs the specified number of nearest neighbors for the incoming Weka Instance.
The data used for the nearest neighbor search is either obtained from storage.


Additional information

Flow input/output:
- input: weka.core.Instance
- output: adams.flow.container.WekaNearestNeighborSearchContainer

Container information:
- adams.flow.container.WekaNearestNeighborSearchContainer:
   - Instance: Instance; weka.core.Instance
   - Neighborhood: Neighborhood; weka.core.Instances
   - Distances: Distances; double[]


Options