PandA-2024.02
Macros | Typedefs
typedefs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NUM_TRAINING   18000
 
#define CLASS_SIZE   1800
 
#define NUM_TEST   2000
 
#define DIGIT_WIDTH   4
 
#define K_CONST   3
 
#define PAR_FACTOR   40
 

Typedefs

typedef unsigned long long DigitType
 
typedef unsigned char LabelType
 

Macro Definition Documentation

◆ CLASS_SIZE

#define CLASS_SIZE   1800

Definition at line 14 of file typedefs.h.

Referenced by DigitRec_sw().

◆ DIGIT_WIDTH

#define DIGIT_WIDTH   4

Definition at line 16 of file typedefs.h.

Referenced by update_knn().

◆ K_CONST

#define K_CONST   3

Definition at line 36 of file typedefs.h.

Referenced by DigitRec_sw(), knn_vote(), and update_knn().

◆ NUM_TEST

#define NUM_TEST   2000

Definition at line 15 of file typedefs.h.

◆ NUM_TRAINING

#define NUM_TRAINING   18000

Definition at line 13 of file typedefs.h.

Referenced by DigitRec_sw().

◆ PAR_FACTOR

#define PAR_FACTOR   40

Definition at line 37 of file typedefs.h.

Typedef Documentation

◆ DigitType

typedef unsigned long long DigitType

Definition at line 19 of file typedefs.h.

◆ LabelType

typedef unsigned char LabelType

Definition at line 20 of file typedefs.h.


Generated on Mon Feb 12 2024 13:03:12 for PandA-2024.02 by doxygen 1.8.13