(self)
| 341 | |
| 342 | @property |
| 343 | def output_normalizer(self): |
| 344 | return self._output_normalizer |
| 345 | |
| 346 | def normalize(self, X: Dict[str, np.ndarray]) -> Dict[str, np.ndarray]: |
| 347 | for input_type, rawX in X.items(): |
nothing calls this directly
no outgoing calls
no test coverage detected