Esempio n. 1
0
 /// <summary>
 /// Gets the array of computed predictors.
 /// </summary>
 public double[] GetPredictors()
 {
     return(_predictorsProvider?.GetPredictors());
 }
Esempio n. 2
0
 /// <summary>
 /// Returns array containing values of enabled predictors
 /// </summary>
 public double[] GetPredictors()
 {
     return(_predictors?.GetPredictors());
 }