Creates a two-stage EpochTrainer.
Namespace:
Imsl.DataMining.Neural
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public EpochTrainer( ITrainer stage1Trainer, ITrainer stage2Trainer ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ stage1Trainer As ITrainer, _ stage2Trainer As ITrainer _ ) |
Visual C++ |
---|
public: EpochTrainer( ITrainer^ stage1Trainer, ITrainer^ stage2Trainer ) |
Parameters
- stage1Trainer
- Type: Imsl.DataMining.Neural..::.ITrainer
The stage I ITrainer.
- stage2Trainer
- Type: Imsl.DataMining.Neural..::.ITrainer
The stage II ITrainer, or null if stage II is to be bypassed.