Creates a new builder instance with no configuration.
()
| 467 | impl LearnerBuilder { |
| 468 | /// Creates a new builder instance with no configuration. |
| 469 | pub fn new() -> Self { Self::default() } |
| 470 | |
| 471 | /// Sets explicit configuration for the builder. |
| 472 | /// |