Esempio n. 1
0
        public void init(string method_, BIO.Framework.Core.Evaluation.Results.Results r /*, BIO.Framework.Core.Database.Database<BIO.Framework.Core.Database.Record> d*/)
        {
            this.results = r;
            this.method  = method_;
            //this.evaluationStatisticsControl1

            statistics = new BIO.Framework.Core.Evaluation.Results.Statistics(method, results);

            statistics.autocomputeThresh();

            this.evaluationStatisticsControl1.init(this.method, this.statistics, this.results);
            this.evaluationStatisticsControl1.setAsNeeded();

            this.evaluatorGenuineImpostorResultGraph1.init(this.method, this.statistics, this.results);
            this.evaluatorGenuineImpostorResultGraph1.setAsNeeded();

            this.evaluatorDetailResultGraph1.init(this.method, this.statistics, this.results);
            this.evaluatorDetailResultGraph1.setAsNeeded();
        }
Esempio n. 2
0
        public void init(string method_, BIO.Framework.Core.Evaluation.Results.Results r/*, BIO.Framework.Core.Database.Database<BIO.Framework.Core.Database.Record> d*/)
        {
            this.results = r;
            this.method = method_;
            //this.evaluationStatisticsControl1

            statistics = new BIO.Framework.Core.Evaluation.Results.Statistics(method, results);

            statistics.autocomputeThresh();

            this.evaluationStatisticsControl1.init(this.method, this.statistics, this.results);
            this.evaluationStatisticsControl1.setAsNeeded();

            this.evaluatorGenuineImpostorResultGraph1.init(this.method, this.statistics, this.results);
            this.evaluatorGenuineImpostorResultGraph1.setAsNeeded();

            this.evaluatorDetailResultGraph1.init(this.method, this.statistics, this.results);
            this.evaluatorDetailResultGraph1.setAsNeeded();
        }