Defines | Functions

cEntropy.h File Reference

#include <Python.h>

Go to the source code of this file.

Defines

#define CENTROPY_API   extern "C"

Functions

CENTROPY_API void initcEntropy (void)
template<class T >
double InfoEntropy (long int *, long int)
CENTROPY_API double InfoGain (long int *, long int, long int)

Define Documentation

#define CENTROPY_API   extern "C"

Definition at line 21 of file cEntropy.h.


Function Documentation

template<class T >
double InfoEntropy ( long int *  ,
long  int 
)
CENTROPY_API double InfoGain ( long int *  ,
long  int,
long  int 
)
CENTROPY_API void initcEntropy ( void   )