Uses of Class
org.dllearner.utilities.statistics.Stat

Packages that use Stat
org.dllearner.utilities Utility classes. 
org.dllearner.utilities.statistics Utility classes for capturing statistics. 
 

Uses of Stat in org.dllearner.utilities
 

Methods in org.dllearner.utilities with parameters of type Stat
static String StringFormatter.convertStatDoubleToLatex(Stat s, int decimals, boolean includeSTDDeviation)
           
static String StringFormatter.convertStatDoubleToLatex(Stat s, int decimals, String before, String after, boolean includeSTDDeviation)
           
static String StringFormatter.convertStatPercentageToLatex(Stat s, int decimals, boolean addPercentSign, boolean includeSTDDeviation)
           
 

Uses of Stat in org.dllearner.utilities.statistics
 

Constructors in org.dllearner.utilities.statistics with parameters of type Stat
Stat(Stat stat1, Stat stat2)
          Creates a new stat object by merging two stat objects.
 

Constructor parameters in org.dllearner.utilities.statistics with type arguments of type Stat
Stat(Set<Stat> stats)
          Creates a new stat object by merging several stat objects.
 



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