pnn: Probabilistic neural networks

The program pnn implements the algorithm proposed by Specht (1990). It is written in the R statistical language. It solves a common problem in automatic learning. Knowing a set of observations described by a vector of quantitative variables, we classify them in a given number of groups. Then, the algorithm is trained with this datasets and should guess afterwards the group of any new observation. This neural network has the main advantage to begin generalization instantaneously even with a small set of known observations. It is delivered with four functions (learn, smooth, perf and guess) and a dataset. The functions are documented with examples and provided with unit tests.

Version: 1.0.1
Suggests: testthat, roxygen2, rgenoud
Published: 2013-05-07
Author: Pierre-Olivier Chasset
Maintainer: Pierre-Olivier Chasset <pierre-olivier at chasset.net>
License: AGPL
URL: http://flow.chasset.net/pnn/
NeedsCompilation: no
Citation: pnn citation info
Materials: README NEWS
CRAN checks: pnn results

Downloads:

Reference manual: pnn.pdf
Package source: pnn_1.0.1.tar.gz
Windows binaries: r-devel: pnn_1.0.1.zip, r-release: pnn_1.0.1.zip, r-oldrel: pnn_1.0.1.zip
macOS binaries: r-release: pnn_1.0.1.tgz, r-oldrel: pnn_1.0.1.tgz
Old sources: pnn archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=pnn to link to this page.