Uses of Class
weka.core.Debug.Log

Packages that use Debug.Log
weka.core   
 

Uses of Debug.Log in weka.core
 

Methods in weka.core that return Debug.Log
 Debug.Log Debug.Random.getLog()
          the currently used log, if null then stdout is used for outputting the debugging information
static Debug.Log Debug.newLog(String filename, int size, int numFiles)
          returns a new Log instance
 

Methods in weka.core with parameters of type Debug.Log
 void Debug.Random.setLog(Debug.Log value)
          the log to use, if it is null then stdout is used
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.