R/leabRa.R

#' @include network.R
NULL

#' leabRa: A package for biologically realistic neural networks based on Leabra
#'
#' The Leabra package provides three classes to construct artificial neural
#' networks: \link{unit}, \link{layer} and \link{network}.
#'
#' Note that the classes in this package are \code{\link{R6Class}} classes.
#'
#' For further information check out the vignette with vignette("leabRa").
#'
#' @docType package
#' @name leabRa
NULL

Try the leabRa package in your browser

Any scripts or data that you put into this service are public.

leabRa documentation built on May 2, 2019, 3:46 p.m.