public static MLRModel getMLRModel() { if (_model == null) { _model = new MLRModel(/* "temp" */); } return(_model); }
public static void setMLRModel(MLRModel m) { _model = m; }
public static MLRModel intMLRModel() { _model = null; return(_model); }