org.encog.ml.data.market
Class MarketPoint
java.lang.Object
org.encog.ml.data.temporal.TemporalPoint
org.encog.ml.data.market.MarketPoint
- All Implemented Interfaces:
- Comparable<TemporalPoint>
public class MarketPoint
- extends TemporalPoint
Hold one market datapoint. This class is based on the TemporalPoint, however
it is designed to take its sequence number from a date.
- Author:
- jheaton
Constructor Summary |
MarketPoint(Date when,
int size)
Construct a MarketPoint with the specified date and size. |
MarketPoint
public MarketPoint(Date when,
int size)
- Construct a MarketPoint with the specified date and size.
- Parameters:
when
- When is this data from.size
- What is the size of the data.
getWhen
public Date getWhen()
- Returns:
- the when
Copyright © 2014. All Rights Reserved.