ahnr

An Implementation of the Artificial Hydrocarbon Networks


License
AML

Documentation

ahnr

Travis-CI Build Status CRAN_Status_Badge

ahnr is a package that implements the artificial hydrocarbon networks developed by Hiram Ponce. Most of the work is based on the book Artificial Organic Networks. You can see the package in action at https://jroberayalas.github.io/ahnr/

Installation

You can install the ahnr package from CRAN:

install.packages("ahnr")

The development version can be installed from GitHub using the devtools package:

install.packages("devtools")
devtools::install_github('jroberayalas/ahnr')

Quick Start

For a quick start with the package, check the vignette.