menu
rattle
features/neural/config.dart
NeuralConfigState
errorFunction property
errorFunction
dark_mode
light_mode
errorFunction
property
List
<
String
>
errorFunction
getter/setter pair
Function that is used for the calculation of the error.
Implementation
List<String> errorFunction = ['sse', 'ce'];
rattle
config
NeuralConfigState
errorFunction property
NeuralConfigState class