NOLINT
| 273 | return initial_parameters_.row(start); |
| 274 | } // NOLINT |
| 275 | Matrix final_parameters() const { return final_parameters_; } |
| 276 | Matrix predictor() const { return predictor_; } |
| 277 | Matrix response() const { return response_; } |
| 278 | int predictor_size() const { return predictor_.cols(); } |