| 232 | public: |
| 233 | WinsorizeOptions(double lower_limit, double upper_limit); |
| 234 | WinsorizeOptions() : WinsorizeOptions(0, 1) {} |
| 235 | static constexpr const char kTypeName[] = "WinsorizeOptions"; |
| 236 | |
| 237 | /// The quantile below which all values are replaced with the quantile's value. |
no outgoing calls
no test coverage detected