MCPcopy
hub / github.com/BrainJS/brain.js / INeuralNetworkTrainingCallback

Interface INeuralNetworkTrainingCallback

index.d.ts:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export interface INeuralNetworkTrainingCallback {
23 (state: INeuralNetworkState): void;
24}
25
26export interface INeuralNetworkState {
27 iterations: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected