kissinference 1.4.x
|
Struct describing a training session. More...
#include <train.h>
Data Fields | |
bool | ready |
Set to true of the session is ready to train. | |
void * | user_ptr |
Contains user pointer that is passed to the callbacks. | |
struct kiss_network * | net |
A network struct containing network metadata, note this struct is not complete and can not be used for inference. | |
struct kiss_train_priv * | priv |
Struct describing a training session.