UNPKG

147 BJavaScriptView Raw
1import Linear from './linear/';
2import Neighbors from './neighbors/';
3import SVM from './svm/';
4
5export default {
6 Linear,
7 Neighbors,
8 SVM,
9};