public override void SetValues(double[] x)
 {
     classifier.UpdateWeightsForTest(x);
 }