net.sf.myra.datamining.util
Class C45RulesRunner

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

public class C45RulesRunner
extends java.lang.Object

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

Constructor Summary
C45RulesRunner()
           
 
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

C45RulesRunner

public C45RulesRunner()
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.