TrainingType {Microsoft.VisualBasic.MachineLearning.NeuralNetwork} |
.NET clr documentation |
TrainingType
Description
Declare
# namespace Microsoft.VisualBasic.MachineLearning.NeuralNetwork
export class TrainingType extends Enum {
# 以给定的迭代次数的方式进行训练. Helpers.MaxEpochs
Epoch: TrainingType = 0;
# 以小于目标误差的方式进行训练. Helpers.MinimumError
MinimumError: TrainingType = 1;
}
.NET clr type reference tree
- this class extends from Enum class: Enum
- use by field member
Epoch
: TrainingType
- use by field member
MinimumError
: TrainingType
[Package
{$package} version {$version}
Index]