|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Convergence control. More...
#include <EvaluateParams.hpp>
Public Attributes | |
| std::optional< float > | cv |
| CV target (e.g. 0.05 = stop when std < 5% of mean). | |
| std::optional< int > | max |
| Hard upper bound on iterations. | |
| std::optional< int > | min |
| Minimum iterations before checking convergence. | |
| std::optional< int > | window |
| Consecutive checks below threshold before stopping. | |
Convergence control.
| std::optional<float> ppforest2::cli::EvaluateParams::Convergence::cv |
CV target (e.g. 0.05 = stop when std < 5% of mean).
| std::optional<int> ppforest2::cli::EvaluateParams::Convergence::max |
Hard upper bound on iterations.
| std::optional<int> ppforest2::cli::EvaluateParams::Convergence::min |
Minimum iterations before checking convergence.
| std::optional<int> ppforest2::cli::EvaluateParams::Convergence::window |
Consecutive checks below threshold before stopping.