PandA-2024.02
|
#include "typedefs.h"
Go to the source code of this file.
Functions | |
void | DigitRec_sw (const DigitType global_training_set[NUM_TRAINING *DIGIT_WIDTH], const DigitType global_test_set[NUM_TEST *DIGIT_WIDTH], LabelType global_results[NUM_TEST]) |
void DigitRec_sw | ( | const DigitType | global_training_set[NUM_TRAINING *DIGIT_WIDTH], |
const DigitType | global_test_set[NUM_TEST *DIGIT_WIDTH], | ||
LabelType | global_results[NUM_TEST] | ||
) |
Definition at line 90 of file digitrec_sw.c.
References CLASS_SIZE, point_stats::dists, K_CONST, knn_vote(), NTESTS, NUM_TRAINING, and update_knn().