11 #ifndef GUI_MENU_K_NEAREST_NEIGHBORS_H_
12 #define GUI_MENU_K_NEAREST_NEIGHBORS_H_
14 #include <QMainWindow>
15 #include "ui_KNearestNeighborsMenu.h"
19 class Menu_k_nearest_neighbors :
public QDialog,
public Ui::KNearestNeighborsMenu {
26 Menu_k_nearest_neighbors(QMainWindow* parent_);
28 void connectActions(QMainWindow* parent);
31 void send_compute_k_nearest_neighbors();
36 void compute_k_nearest_neighbors(
unsigned k);