lineSearch {pcaMethods}R Documentation

Line search for conjugate gradient

Description

Line search for conjugate gradient

Usage

lineSearch(nlnet, dw, e0, ttGuess, trainIn, trainOut, verbose)

Arguments

nlnet

The nlnet

dw

..

e0

..

ttGuess

..

trainIn

Training data

trainOut

Fitted data

verbose

logical, print messages

Value

...

Author(s)

Henning Redestig, Matthias Scholz


[Package pcaMethods version 1.82.0 Index]