OpenANN  1.1.0
An open source library for artificial neural networks.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
util Namespace Reference

Classes

class  Log
 
class  RandomNumberGenerator
 
class  OpenANN
 

Functions

def set_disabled
 
def set_error
 
def set_info
 
def set_debug
 
def debug
 
def info
 
def error
 
def __cinit__
 
def __dealloc__
 
def seed
 
def version
 
def url
 
def description
 
def compilation_time
 
def compiler_flags
 

Variables

 ERROR = cbindings.ERROR
 
 INFO = cbindings.INFO
 
 DEBUG = cbindings.DEBUG
 
 __version__ = cbindings.VERSION
 
 thisptr
 

Function Documentation

def util.__cinit__ (   object,
  self 
)
def util.__dealloc__ (   object,
  self 
)
def util.compilation_time (   object,
  cls 
)
def util.compiler_flags (   object,
  cls 
)
def util.debug (   object,
  cls,
  char,
  text 
)
def util.description (   object,
  cls 
)
def util.error (   object,
  cls,
  char,
  text 
)
def util.info (   object,
  cls,
  char,
  text 
)
def util.seed (   object,
  self,
  int,
  s 
)
def util.set_debug (   object,
  cls 
)
def util.set_disabled (   object,
  cls 
)
def util.set_error (   object,
  cls 
)
def util.set_info (   object,
  cls 
)
def util.url (   object,
  cls 
)
def util.version (   object,
  cls 
)

Variable Documentation

util.__version__ = cbindings.VERSION
util.DEBUG = cbindings.DEBUG
util.ERROR = cbindings.ERROR
util.INFO = cbindings.INFO
util.thisptr