| 141 | } |
| 142 | |
| 143 | json hyperparams() const override { |
| 144 | return { |
| 145 | {"otype", "Average"}, |
| 146 | {"nested", m_nested->hyperparams()}, |
| 147 | {"n_samples", m_n_samples}, |
| 148 | }; |
| 149 | } |
| 150 | |
| 151 | json serialize() const override { |
| 152 | json data; |
nothing calls this directly
no outgoing calls
no test coverage detected