private double PredictorValue()
 {
     return(p.GetPredictorValuesFor(context).Single());
 }