weka.datagenerators
Class TextSource.Real

java.lang.Object
  extended byweka.datagenerators.TextSource.Real
Enclosing class:
TextSource

public class TextSource.Real
extends java.lang.Object

A simpler wrapper for double than Double.


Field Summary
 double m_d
           
 
Constructor Summary
TextSource.Real(double d)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_d

public double m_d
Constructor Detail

TextSource.Real

public TextSource.Real(double d)
Method Detail

toString

public java.lang.String toString()