org.codehaus.jet.hypothesis.io.readers
Class AbstractCriticalValueReader

java.lang.Object
  extended by org.codehaus.jet.hypothesis.io.readers.AbstractReader
      extended by org.codehaus.jet.hypothesis.io.readers.AbstractCriticalValueReader
All Implemented Interfaces:
CriticalValueReader, WeightReader
Direct Known Subclasses:
JohansenReader, LRCReader

public abstract class AbstractCriticalValueReader
extends AbstractReader
implements CriticalValueReader


Field Summary
protected static int DIMENSION
           
protected  java.lang.String source
           
protected  double[] values
           
protected  double[] weights
           
 
Fields inherited from class org.codehaus.jet.hypothesis.io.readers.AbstractReader
COMMA, COMMENT_PREFIX, FIELD_SEPARATOR, FIELD_SEPARATOR_REGEX, NA_PREFIX, NUMBER_FORMAT, WHITESPACE
 
Constructor Summary
AbstractCriticalValueReader(java.lang.String source)
           
 
Method Summary
 double[] getCriticalValues()
           
 double[] getWeights()
           
 
Methods inherited from class org.codehaus.jet.hypothesis.io.readers.AbstractReader
getClassLoader, getReader, readLines, toLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.jet.hypothesis.io.WeightReader
read
 

Field Detail

DIMENSION

protected static final int DIMENSION
See Also:
Constant Field Values

source

protected java.lang.String source

values

protected double[] values

weights

protected double[] weights
Constructor Detail

AbstractCriticalValueReader

public AbstractCriticalValueReader(java.lang.String source)
Method Detail

getCriticalValues

public double[] getCriticalValues()
Specified by:
getCriticalValues in interface CriticalValueReader

getWeights

public double[] getWeights()
Specified by:
getWeights in interface WeightReader


Copyright © 2006-2007. All Rights Reserved.