| 222 | } |
| 223 | |
| 224 | bool br_plot_knn(int num_files, const char *files[], const char *destination, bool show) |
| 225 | { |
| 226 | return PlotKNN(QtUtils::toStringList(num_files, files), destination, show); |
| 227 | } |
| 228 | |
| 229 | float br_progress() |
| 230 | { |
no test coverage detected