|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neuroph.util.TrainingSetImport
org.neuroph.samples.stockmarket.StockTrainingSetImport
public class StockTrainingSetImport
The part of simple stock market components, easy to use stock market interface for neural network. Provides method to import stock training set froman array
| Constructor Summary | |
|---|---|
StockTrainingSetImport()
|
|
| Method Summary | |
|---|---|
static TrainingSet |
importFromArray(double[] values,
int inputsCount,
int outputsCount)
Creates and returns training set for stock market prediction using the provided data from array |
| Methods inherited from class org.neuroph.util.TrainingSetImport |
|---|
importFromFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StockTrainingSetImport()
| Method Detail |
|---|
public static TrainingSet importFromArray(double[] values,
int inputsCount,
int outputsCount)
values - an array containing stock datainputsCount - training element (neural net) inputs countoutputsCount - training element (neural net) ouputs count
|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||