costPerIteration property

List<num>? costPerIteration

Returns a list of cost values per each learning iteration. Returns null if the parameter collectLearningData of the default constructor is false

Implementation

List<num>? get costPerIteration;