https://github.com/cran/validann
Raw File
Tip revision: 7370c49b90997582f5e176dcde95a5600318b924 authored by Greer B. Humphrey on 21 July 2016, 19:09:23 UTC
version 1.0.0
Tip revision: 7370c49
DESCRIPTION
Package: validann
Type: Package
Title: Validation Tools for Artificial Neural Networks
Version: 1.0.0
Date: 2016-07-21
Authors@R: person("Greer B.", "Humphrey", email = "greer.humphrey@adelaide.edu.au",
                  role = c("aut", "cre"))
Description: Methods and tools for analysing and validating the outputs
    and modelled functions of artificial neural networks (ANNs) in terms
    of predictive, replicative and structural validity. Also provides a
    method for fitting feed-forward ANNs with a single hidden layer.
Depends: R (>= 3.1.0)
Imports: moments
Suggests: nnet, knitr, rmarkdown
License: GPL (>= 2)
URL: http://github.com/gbhumphrey1/validann
BugReports: http://github.com/gbhumphrey1/validann/issues
NeedsCompilation: no
Packaged: 2016-07-21 13:11:35 UTC; ghumphrey
Author: Greer B. Humphrey [aut, cre]
Maintainer: Greer B. Humphrey <greer.humphrey@adelaide.edu.au>
Repository: CRAN
Date/Publication: 2016-07-21 19:09:23
back to top