public GeneticAlgorithmRunResults(GeneticAlgorithmManager ga_mgr)
 {
     this.ga_mgr = ga_mgr;
     _matrix     = new ConfusionMatrix(ga_mgr.dataPointMgr.classes.Length);
 }