| 315 | public: |
| 316 | WinsorizeOptions(double lower_limit, double upper_limit); |
| 317 | WinsorizeOptions() : WinsorizeOptions(0, 1) {} |
| 318 | static constexpr const char kTypeName[] = "WinsorizeOptions"; |
| 319 | |
| 320 | /// The quantile below which all values are replaced with the quantile's value. |
no outgoing calls
no test coverage detected