|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.akutan.EfficientFrontier.SampleData
public static class EfficientFrontier.SampleData
Little inner class value object we use to hold raw input data for a given month so we can use a single collection rather than several arrays.
| Field Summary | |
|---|---|
int |
_month
|
double[] |
_points
|
int |
_year
|
| Constructor Summary | |
|---|---|
EfficientFrontier.SampleData()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int _month
public int _year
public double[] _points
| Constructor Detail |
|---|
public EfficientFrontier.SampleData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||