UNPKG

brain.js

Version:

Neural networks in JavaScript

3 lines 163 B
import { Matrix } from '.'; export declare function rowPluck(product: Matrix, left: Matrix, rowPluckIndex: number): void; //# sourceMappingURL=row-pluck.d.ts.map