Documentation of 'org.neuroph.contrib.samples.stockmarket.StockTrainingSetImport' Java class
StockTrainingSetImport
org.neuroph.contrib.samples.stockmarket

Class StockTrainingSetImport



  • public class StockTrainingSetImport
    extends TrainingSetImport
    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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static DataSet 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 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StockTrainingSetImport

        public StockTrainingSetImport()
    • Method Detail

      • importFromArray

        public static DataSet importFromArray(double[] values,
                                              int inputsCount,
                                              int outputsCount)
        Creates and returns training set for stock market prediction using the provided data from array
        Parameters:
        values - an array containing stock data
        inputsCount - training element (neural net) inputs count
        outputsCount - training element (neural net) ouputs count
        Returns:
        training set with stock data

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.