UNPKG

encog

Version:

Encog is a NodeJs ES6 framework based on the Encog Machine Learning Framework by Jeff Heaton, plus some the of basic data manipulation helpers.

15 lines (14 loc) 293 B
module.exports = { /** * The precision that Encog uses. * @property precision * @type String * @final */ precision: 1e-10, roundPrecision: 8, /** * Default point at which two doubles are equal. */ DEFAULT_DOUBLE_EQUAL: 0.0000000000001 };