Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Machine Learning

Standard library machine learning algorithms.

Usage

var ml = require( '@stdlib/ml' );

ml

Standard library machine learning algorithms.

var algs = ml;
// returns {...}

Examples

var getKeys = require( 'object-keys' ).shim();
var ml = require( '@stdlib/ml' );

console.log( getKeys( ml ) );