Package | Description |
---|---|
org.encog.ml.data.market | |
org.encog.ml.data.temporal |
Modifier and Type | Class and Description |
---|---|
class |
MarketPoint
Hold one market datapoint.
|
Modifier and Type | Method and Description |
---|---|
TemporalPoint |
MarketMLDataSet.createPoint(Date when)
Create a datapoint at the specified date.
|
Modifier and Type | Method and Description |
---|---|
TemporalPoint |
TemporalMLDataSet.createPoint(Date when)
Create a temporal point from a time.
|
TemporalPoint |
TemporalMLDataSet.createPoint(int sequence)
Create a temporal data point using a sequence number.
|
Modifier and Type | Method and Description |
---|---|
List<TemporalPoint> |
TemporalMLDataSet.getPoints() |
Modifier and Type | Method and Description |
---|---|
int |
TemporalPoint.compareTo(TemporalPoint that) |
boolean |
TemporalMLDataSet.isPointInRange(TemporalPoint point)
Is the specified point within the range.
|
Copyright © 2014. All Rights Reserved.