Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
export
interface
INeuralNetworkTrainingCallback {
23
(state: INeuralNetworkState): void;
24
}
25
26
export
interface
INeuralNetworkState {
27
iterations: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected