org.codehaus.jet.hypothesis.io.readers
Class AbstractBetaReader
java.lang.Object
org.codehaus.jet.hypothesis.io.readers.AbstractReader
org.codehaus.jet.hypothesis.io.readers.AbstractBetaReader
- All Implemented Interfaces:
- BetaReader, WeightReader
- Direct Known Subclasses:
- ECMReader, URCReader
public abstract class AbstractBetaReader
- extends AbstractReader
- implements BetaReader
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 |
DIMENSION
protected static final int DIMENSION
- See Also:
- Constant Field Values
beta
protected double[][] beta
weights
protected double[] weights
nz
protected int nz
nreg
protected int nreg
model
protected int model
minsize
protected int minsize
source
protected java.lang.String source
AbstractBetaReader
public AbstractBetaReader(java.lang.String source)
getBeta
public double[][] getBeta()
- Specified by:
getBeta
in interface BetaReader
getWeights
public double[] getWeights()
- Specified by:
getWeights
in interface WeightReader
getParams
public int[] getParams()
- Specified by:
getParams
in interface BetaReader
Copyright © 2006-2007. All Rights Reserved.