UNPKG

@stdlib/ml-incr-binary-classification

Version:

Incrementally perform binary classification using stochastic gradient descent (SGD).

3 lines 144 B
/// <reference path="../docs/types/index.d.ts" /> import incrBinaryClassification from '../docs/types/index'; export = incrBinaryClassification;