net.sf.myra.datamining.util
Class CN2Runner

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

public class CN2Runner
extends java.lang.Object

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero

Constructor Summary
CN2Runner()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.String stdev(java.lang.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

CN2Runner

public CN2Runner()
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(java.lang.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.


Copyright © 2013. All Rights Reserved.