org.dllearner.utilities.statistics
Class Statistics

java.lang.Object
  extended by org.dllearner.utilities.statistics.Statistics

public class Statistics
extends Object


Constructor Summary
Statistics()
           
 
Method Summary
static void addTimeCollecting(long value)
           
static void addTimeLearning(long value)
           
static void addTimeTotal(long value)
           
static void addTriples(int value)
           
static String getAVGTimeCollecting(int number)
           
static String getAVGTimeLearning(int number)
           
static String getAVGtotalTime(int number)
           
static String getAVGTriplesForRecursionDepth(int number)
           
static String getCurrentLabel()
           
static void increaseCachedQuery()
           
static void increaseQuery()
           
static void print(int number)
           
static void printInt(HashMap<String,Integer> hm, String str)
           
static void printIntAVG(HashMap<String,Integer> hm, int number, String str)
           
static void printLong(HashMap<String,Long> hm, String str)
           
static void printLongAVG(HashMap<String,Long> hm, int number, String str)
           
static void reset()
           
static void setCurrentLabel(String label)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistics

public Statistics()
Method Detail

addTriples

public static void addTriples(int value)

addTimeCollecting

public static void addTimeCollecting(long value)

addTimeTotal

public static void addTimeTotal(long value)

addTimeLearning

public static void addTimeLearning(long value)

increaseCachedQuery

public static void increaseCachedQuery()

increaseQuery

public static void increaseQuery()

print

public static void print(int number)

getAVGTriplesForRecursionDepth

public static String getAVGTriplesForRecursionDepth(int number)

getAVGTimeLearning

public static String getAVGTimeLearning(int number)

getAVGTimeCollecting

public static String getAVGTimeCollecting(int number)

getAVGtotalTime

public static String getAVGtotalTime(int number)

printIntAVG

public static void printIntAVG(HashMap<String,Integer> hm,
                               int number,
                               String str)

printInt

public static void printInt(HashMap<String,Integer> hm,
                            String str)

printLongAVG

public static void printLongAVG(HashMap<String,Long> hm,
                                int number,
                                String str)

printLong

public static void printLong(HashMap<String,Long> hm,
                             String str)

setCurrentLabel

public static void setCurrentLabel(String label)

getCurrentLabel

public static String getCurrentLabel()

reset

public static void reset()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann