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