Encog.Util.Banchmark.EncogBenchmark.EncogBenchmark C# (CSharp) Method

EncogBenchmark() public method

Construct a benchmark object.
public EncogBenchmark ( IStatusReportable report ) : System
report IStatusReportable The object to report progress to.
return System
        public EncogBenchmark(IStatusReportable report)
        {
            _report = report;
        }