Processed test data container. More...
#include <test_data_row.h>
Public Attributes | |
SecureSvm::EncryptedVector | x |
Encrypted test data vector. | |
SecureSvm::EncryptedVector | xx |
Encrypted vector product combinations, \( x_i x_j \), stored as an unraveled upper triangular matrix. | |
SecureSvm::EncryptedVector | xSquared |
Encrypted squared test data vector. | |
unsigned short | clusterLabel |
The expected cluster (use this for accuracy measures) | |
char | qualityOfLifeLabel |
The quality of life measure (use this for accuracy measures) | |
Processed test data container.
Definition at line 40 of file test_data_row.h.