Home Reference Source

src/supervised/svm/index.js

import SVM, { BinarySVM } from './svm';

export default {
  SVM,
  BinarySVM,
};