net.sf.myra.datamining.util
Class ACDTRunner

java.lang.Object
  extended by net.sf.myra.datamining.util.ACDTRunner

public class ACDTRunner
extends java.lang.Object

Author:
Fernando Esteban Barril Otero

Constructor Summary
ACDTRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static double mean(double[] numbers)
           
static java.lang.String stdev(double[] numbers)
          Returns the mean and standard deviation of the specified distribution of values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACDTRunner

public ACDTRunner()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

stdev

public static java.lang.String stdev(double[] numbers)
Returns the mean and standard deviation of the specified distribution of values. The variance calculation assumes that cross-validation has been used.

Parameters:
numbers - the distribution of values.
Returns:
the mean and standard deviation of the specified distribution of values.

mean

public static double mean(double[] numbers)


Copyright © 2013. All Rights Reserved.