Documentation of 'org.joone.helpers.structure.NeuralNetFactory' Java class
NeuralNetFactory
org.joone.helpers.structure

Class NeuralNetFactory



  • public class NeuralNetFactory
    extends java.lang.Object
    This utility class creates a new neural network according to some parameters
    • Constructor Detail

      • NeuralNetFactory

        public NeuralNetFactory()
        Creates a new instance of NeuralNetFactory
    • Method Detail

      • getNeuralNetwork

        public NeuralNet getNeuralNetwork()
      • getType

        public int getType()
      • setType

        public void setType(int type)
      • getInputFileName

        public java.lang.String getInputFileName()
      • setInputFileName

        public void setInputFileName(java.lang.String inputFileName)
      • getInputCols

        public java.lang.String getInputCols()
      • setInputCols

        public void setInputCols(java.lang.String inputCols)
      • isSkipFirstInputRow

        public boolean isSkipFirstInputRow()
      • setSkipFirstInputRow

        public void setSkipFirstInputRow(boolean skipFirstInputRow)
      • getDesiredFileName

        public java.lang.String getDesiredFileName()
      • setDesiredFileName

        public void setDesiredFileName(java.lang.String desiredFileName)
      • getDesiredCols

        public java.lang.String getDesiredCols()
      • setDesiredCols

        public void setDesiredCols(java.lang.String desiredCols)
      • isSkipFirstDesiredRow

        public boolean isSkipFirstDesiredRow()
      • setSkipFirstDesiredRow

        public void setSkipFirstDesiredRow(boolean skipFirstDesiredRow)
      • getTaps

        public int getTaps()
      • setTaps

        public void setTaps(int taps)
      • getPredictionLength

        public int getPredictionLength()
      • setPredictionLength

        public void setPredictionLength(int predictLength)
      • getMapWidth

        public int getMapWidth()
      • setMapWidth

        public void setMapWidth(int mapWidth)
      • getMapHeight

        public int getMapHeight()
      • setMapHeight

        public void setMapHeight(int mapHeight)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.