Documentation of 'org.encog.app.analyst.commands.Cmd' Java class
Cmd
org.encog.app.analyst.commands

Class Cmd

    • Constructor Detail

      • Cmd

        public Cmd(EncogAnalyst theAnalyst)
        Construct this command.
        Parameters:
        theAnalyst - The analyst that this command belongs to.
    • Method Detail

      • executeCommand

        public abstract boolean executeCommand(java.lang.String args)
        Execute this command.
        Parameters:
        args - The arguments for this command.
        Returns:
        True if processing should stop after this command.
      • getAnalyst

        public EncogAnalyst getAnalyst()
        Returns:
        The analyst used with this command.
      • getName

        public abstract java.lang.String getName()
        Returns:
        The name of this command.
      • getProp

        public ScriptProperties getProp()
        Returns:
        The properties used with this command.
      • getScript

        public AnalystScript getScript()
        Returns:
        The script used with this command.
      • obtainCross

        public int obtainCross()
        Obtain the number of folds for cross validation.
        Returns:
        The number of folds.
      • obtainMethod

        public MLMethod obtainMethod()
        Obtain the ML method.
        Returns:
        The method.
      • obtainTrainingSet

        public MLDataSet obtainTrainingSet()
        Obtain the training set.
        Returns:
        The training set.
      • getKfold

        public int getKfold()
      • setKfold

        public void setKfold(int kfold)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.