//double stopTraining_lastOutputDeviation = double.MaxValue;

        public ValidationSet(IFeedForward feedForward, IOuputDeviation ouputDeviation)
        {
            _ouputDeviation = ouputDeviation;
            _feedForward    = feedForward;
        }
Esempio n. 2
0
 public TestSet(IFeedForward feedForward, IOuputDeviation ouputDeviation)
 {
     _ouputDeviation = ouputDeviation;
     _feedForward    = feedForward;
 }