edu.uci.jforests.input
Class BinaryFileReader
- java.lang.Object
-
- edu.uci.jforests.input.BinaryFileReader
-
- Direct Known Subclasses:
- RankingBinFileReader
public class BinaryFileReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description BinaryFileReader(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclose()Feature[]getFeatures()double[]getTargets()intgetVersion()voidread()
-
-
-
Method Detail
-
close
public void close()
-
read
public void read() throws java.lang.Exception- Throws:
java.lang.Exception
-
getVersion
public int getVersion()
-
getFeatures
public Feature[] getFeatures()
-
getTargets
public double[] getTargets()
-
-
DMelt 3.0 © DataMelt by jWork.ORG