UNPKG

@jsmlt/jsmlt

Version:

JavaScript Machine Learning

16 lines (11 loc) 367 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _neighbors = require('./neighbors'); var _neighbors2 = _interopRequireDefault(_neighbors); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } exports.default = { Neighbors: _neighbors2.default }; module.exports = exports['default'];