UNPKG

194 BJavaScriptView Raw
1import mod from "../../machine-learning/index.js";
2
3export const MachineLearning = mod.MachineLearning;
4export const Model = mod.Model;
5export const getMachineLearning = mod.getMachineLearning;