tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
learner.h File Reference
#include "adtree.h"
#include "data.h"
#include "net.h"
#include "query.h"
Include dependency graph for learner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  learner
 

Macros

#define CACHE_LINE_SIZE   (64)
 

Typedefs

typedef struct learner_task learner_task_t
 
typedef struct learner learner_t
 

Functions

learner_tlearner_alloc (data_t *dataPtr, adtree_t *adtreePtr, long numThread)
 
void learner_free (learner_t *learnerPtr)
 
void learner_run (learner_t *learnerPtr)
 
float learner_score (learner_t *learnerPtr)
 

Macro Definition Documentation

#define CACHE_LINE_SIZE   (64)

Typedef Documentation

typedef struct learner learner_t
typedef struct learner_task learner_task_t

Function Documentation

learner_t* learner_alloc ( data_t dataPtr,
adtree_t adtreePtr,
long  numThread 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void learner_free ( learner_t learnerPtr)

Here is the call graph for this function:

Here is the caller graph for this function:

void learner_run ( learner_t learnerPtr)

Here is the call graph for this function:

Here is the caller graph for this function:

float learner_score ( learner_t learnerPtr)

Here is the call graph for this function:

Here is the caller graph for this function: