Functions
decision-tree.h File Reference
#include "Const.h"
Include dependency graph for decision-tree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void dtAdd (int action, int cur_state, int next_state, int obs, REAL_VALUE val)
void dtDeallocate (void)
void dtDebugPrint (const char *header)
REAL_VALUE dtGet (int action, int cur_state, int next_state, int obs)
void dtInit (int numActions, int numStates, int numObservations)

Function Documentation

void dtAdd ( int  action,
int  cur_state,
int  next_state,
int  obs,
REAL_VALUE  val 
)

Definition at line 365 of file decision-tree.c.

void dtDeallocate ( void  )

Definition at line 387 of file decision-tree.c.

void dtDebugPrint ( const char *  header)

Definition at line 395 of file decision-tree.c.

REAL_VALUE dtGet ( int  action,
int  cur_state,
int  next_state,
int  obs 
)

Definition at line 376 of file decision-tree.c.

void dtInit ( int  numActions,
int  numStates,
int  numObservations 
)

Definition at line 349 of file decision-tree.c.



appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29