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

java.lang.Object
  extended by org.codehaus.jet.hypothesis.io.readers.AbstractReader
      extended by org.codehaus.jet.hypothesis.io.readers.AbstractBetaReader
          extended by org.codehaus.jet.hypothesis.io.readers.ECMReader
All Implemented Interfaces:
BetaReader, WeightReader

public class ECMReader
extends AbstractBetaReader


Field Summary
 
Fields inherited from class org.codehaus.jet.hypothesis.io.readers.AbstractBetaReader
beta, DIMENSION, minsize, model, nreg, nz, source, 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
ECMReader(java.lang.String source)
           
 
Method Summary
 void read(int[] options)
           
 
Methods inherited from class org.codehaus.jet.hypothesis.io.readers.AbstractBetaReader
getBeta, getParams, 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
 

Constructor Detail

ECMReader

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

read

public void read(int[] options)
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2006-2007. All Rights Reserved.