Documentation of 'org.joone.io.XLSInputSynapse' Java class
XLSInputSynapse
org.joone.io

Class XLSInputSynapse

    • Constructor Detail

      • XLSInputSynapse

        public XLSInputSynapse()
        The default constructor for this XLSInputSynapse.
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
        Deprecated. use getInputFile instead
        Gets the XLS file name used as input to the network.
        Returns:
        The XLS input file name.
      • setFileName

        public void setFileName(java.lang.String newFileName)
        Deprecated. use setInputFile instead
        Sets the XLS file name that should be used to obtain input data from.
        Parameters:
        newFileName - The XLS file name that should be used to obtain input data from.
      • setSheetName

        public void setSheetName(java.lang.String sheetName)
        Sets the name of the sheet within the XLS file to extract input data from.
        Parameters:
        sheetName - The name of the sheet within the XLS file to extract input data from.
      • getAvailableSheetList

        public java.lang.String[] getAvailableSheetList()
        Gets a list of available sheets from the XLS file.
        Returns:
        The list of available sheets from the XLS file or null if the file name has not been set.
      • getSheetName

        public java.lang.String getSheetName()
        Gets the name of the sheet within the XLS file to extract data from for input to the network.
        Returns:
        The name of the sheet within the XLS file to extract data from for input to the network.
      • check

        public java.util.TreeSet check()
        Returns a TreeSet of problems or errors with the setup of this XLSInputSynapse object.
        Specified by:
        check in interface NeuralElement
        Overrides:
        check in class StreamInputSynapse
        Returns:
        A TreeSet of problems or errors with the setup of this XLSInputSynapse object.
        See Also:
        Synapse
      • getInputFile

        public java.io.File getInputFile()
      • setInputFile

        public void setInputFile(java.io.File inputFile)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.