org.neuroph.samples.stockmarket
Class StockFileReader
java.lang.Object
org.neuroph.samples.stockmarket.StockFileReader
public class StockFileReader
- extends java.lang.Object
Provides method to reads stock data from the file.
See http://neuroph.sourceforge.net/tutorials/StockMarketPredictionTutorial.html
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StockFileReader
public StockFileReader()
StockFileReader
public StockFileReader(int maxCounter)
getValuesRow
public java.lang.String[] getValuesRow()
setValuesRow
public void setValuesRow(java.lang.String[] valuesRow)
getMaxCounter
public int getMaxCounter()
setMaxCounter
public void setMaxCounter(int maxCounter)
read
public void read(java.lang.String fileName)