Encog.Util.Banchmark.EncogBenchmark.EncogBenchmark C# (CSharp) Метод

EncogBenchmark() публичный Метод

Construct a benchmark object.
public EncogBenchmark ( IStatusReportable report ) : System
report IStatusReportable The object to report progress to.
Результат System
        public EncogBenchmark(IStatusReportable report)
        {
            _report = report;
        }