Documentation of 'org.encog.mathutil.matrices.hessian.HessianCR' Java class
HessianCR
org.encog.mathutil.matrices.hessian

Class HessianCR

    • Constructor Detail

      • HessianCR

        public HessianCR()
    • Method Detail

      • init

        public void init(BasicNetwork theNetwork,
                         MLDataSet theTraining)
        Init the class.
        Specified by:
        init in interface ComputeHessian
        Overrides:
        init in class BasicHessian
        Parameters:
        theNetwork - The neural network to train.
        theTraining - The training set to train with.
      • compute

        public void compute()
        Compute the Hessian.
        Specified by:
        compute in interface ComputeHessian
      • setThreadCount

        public final void setThreadCount(int numThreads)
        Set the number of threads. Specify zero to tell Encog to automatically determine the best number of threads for the processor. If OpenCL is used as the target device, then this value is not used.
        Specified by:
        setThreadCount in interface MultiThreadable
        Parameters:
        numThreads - The number of threads.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.