Encog.Neural.Flat.Train.Prop.TrainFlatNetworkQPROP.InitOthers C# (CSharp) Method

InitOthers() public method

Called to init the QPROP.
public InitOthers ( ) : void
return void
        public override void InitOthers()
        {
            EPS = OutputEpsilon/Training.Count;
            Shrink = LearningRate/(1.0 + LearningRate);
        }