Global

Methods

perceptron

perceptron() → {Perceptron}

Creates an instance of Perceptron.

Example
// Load wink perceptron.
var perceptron = require( 'wink-perceptron' );
// Create your instance of wink perceptron.
var myPerceptron = perceptron();
Returns

Object conatining set of API methods for preceptron training, prediction, etc.

Type
Perceptron