~ubuntu-branches/ubuntu/trusty/r-cran-amore/trusty

« back to all changes in this revision

Viewing changes to man/train.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2010-05-20 14:49:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100520144930-nbgr2gwfh8aoifhp
Tags: 0.2-12-1
* New upstream version
* Depend on a version equal or superior than the R upstream release that
  was used to build this package, using a R:Depends substvar
  (debian/control, debian/rules).
* Standards-Version: 3.8.4 (no changes needed)
* debian/README.Debian: explain how to test this package

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
\value{This function returns a list with two elements: the trained Neural Network object with weights and biases adjusted by the adaptative backpropagation with momentum method and a matrix with the errors obtained during the training. If the validation set is provided, the early stopping technique is applied.}
27
27
\author{
28
28
Manuel Castejón Limas.              \email{manuel.castejon@unileon.es}\cr
29
 
Joaquin Ordieres Meré               \email{joaquin.ordieres@dim.unirioja.es}\cr
30
 
Ana González Marcos.                \email{ana.gonzalez@unileon.es} \cr
31
 
Alpha V. Pernía Espinoza.           \email{alpha.pernia@alum.unirioja.es}\cr
32
 
Eliseo P. Vergara Gonzalez.         \email{eliseo.vergara@dim.unirioja.es}\cr
33
 
Francisco Javier Martinez de Pisón. \email{francisco.martinez@dim.unirioja.es}\cr
 
29
Joaquin Ordieres Meré               \email{j.ordieres@upm.es}\cr
 
30
Ana González Marcos.                \email{ana.gonzalez@unirioja.es} \cr
 
31
Alpha V. Pernía Espinoza.           \email{alpha.pernia@unirioja.es}\cr
 
32
Francisco Javier Martinez de Pisón. \email{fjmartin@unirioja.es}\cr
34
33
Fernando Alba Elías.                \email{fernando.alba@unavarra.es}\cr
35
34
}
36
35