nEpochs property

  1. @JsonKey(name: 'n_epochs')
int? get nEpochs
inherited

The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.

Implementation

@JsonKey(name: 'n_epochs')
int? get nEpochs => throw _privateConstructorUsedError;