Variable LogisticRes.betas

The coefficients, one for each range in X. These will be in the order that the X ranges were passed in.

struct LogisticRes
{
  // ...
  double[] betas ;
  // ...
}