Exemple #1
0
 public void readProblem(string filename)
 {
     Problem = Train.readProblem(new FileInfo(filename), Bias);
 }