org.encog.app.quant
Interface QuantTask

All Known Subinterfaces:
MarketLoader
All Known Implementing Classes:
AnalystClusterCSV, AnalystEvaluateCSV, AnalystEvaluateRawCSV, AnalystNormalizeCSV, AnalystNormalizeToEGB, AnalystProcess, BalanceCSV, BasicCachedFile, BasicFile, FilterCSV, NinjaFileConvert, ProcessIndicators, SegregateCSV, ShuffleCSV, SortCSV, YahooDownload

public interface QuantTask

Defines an interface for Encog quant tasks.

Author:
jheaton

Method Summary
 void requestStop()
          Request to stop.
 boolean shouldStop()
           
 

Method Detail

requestStop

void requestStop()
Request to stop.


shouldStop

boolean shouldStop()
Returns:
Determine if we should stop.


Copyright © 2014. All Rights Reserved.