edu.udo.cs.miningmart.compiler.wrapper.dista.C45
Class NumericNode

java.lang.Object
  extended byedu.udo.cs.miningmart.compiler.wrapper.dista.C45.Node
      extended byedu.udo.cs.miningmart.compiler.wrapper.dista.C45.NumericNode

public class NumericNode
extends Node

Version:
$Id: NumericNode.java,v 1.4 2006/04/11 14:10:09 euler Exp $
Author:
Alessandro Serra

Field Summary
protected  double m_value
           
 
Fields inherited from class edu.udo.cs.miningmart.compiler.wrapper.dista.C45.Node
m_attr, m_children
 
Constructor Summary
NumericNode()
           
 
Method Summary
 void dumpOn(java.io.PrintWriter w, int s)
           
 double getValue()
           
 void setValue(double v)
           
 
Methods inherited from class edu.udo.cs.miningmart.compiler.wrapper.dista.C45.Node
addChild, dumpSpaceOn, getAttr, getChildren, setAttr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_value

protected double m_value
Constructor Detail

NumericNode

public NumericNode()
Method Detail

getValue

public final double getValue()

setValue

public final void setValue(double v)

dumpOn

public void dumpOn(java.io.PrintWriter w,
                   int s)
Overrides:
dumpOn in class Node


Copyright © 2001-2005