net.sf.myra.datamining
Class NumericConfidenceFactor

java.lang.Object
  extended by net.sf.myra.framework.NumericCost
      extended by net.sf.myra.datamining.NumericConfidenceFactor
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<net.sf.myra.framework.Cost>, ConfidenceFactor, net.sf.myra.framework.Cost

public class NumericConfidenceFactor
extends net.sf.myra.framework.NumericCost
implements ConfidenceFactor

Version:
$Revision$ $Date:: $
Author:
Fernando Esteban Barril Otero
See Also:
Serialized Form

Constructor Summary
NumericConfidenceFactor(double value)
          Default constructor.
 
Method Summary
 NumericConfidenceFactor clone()
           
 
Methods inherited from class net.sf.myra.framework.NumericCost
compareTo, compareTo, getValue, isNumber, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.myra.framework.Cost
getValue
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

NumericConfidenceFactor

public NumericConfidenceFactor(double value)
Default constructor.

Parameters:
value - the confidence factor numeric value.
Method Detail

clone

public NumericConfidenceFactor clone()
Specified by:
clone in interface ConfidenceFactor
Specified by:
clone in interface net.sf.myra.framework.Cost
Overrides:
clone in class net.sf.myra.framework.NumericCost


Copyright © 2013. All Rights Reserved.