diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:21:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:21:25 +0800 |
commit | 7cf7d1ddd63ea6b858ced1523899434fd609e125 (patch) | |
tree | b882e810cc4582601f99b9f2a59745b29ffafc8c /math/Makefile | |
parent | 738280d84974c2d67ad40d033c6de8d9259ef159 (diff) | |
download | freebsd-ports-gnome-7cf7d1ddd63ea6b858ced1523899434fd609e125.tar.gz freebsd-ports-gnome-7cf7d1ddd63ea6b858ced1523899434fd609e125.tar.zst freebsd-ports-gnome-7cf7d1ddd63ea6b858ced1523899434fd609e125.zip |
Add port math/octave-forge-nnet
This is nnet. A feed forward multi-layer neural network.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 59127dfbc5f6..ecc3a3a02f4e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -203,6 +203,7 @@ SUBDIR += octave-forge-missing-functions SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan + SUBDIR += octave-forge-nnet SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-parallel SUBDIR += oleo |