(self)
| 32 | @property |
| 33 | @abstractmethod |
| 34 | def num_classes(self) -> int: |
| 35 | pass |
| 36 | |
| 37 | @abstractmethod |
| 38 | def features_and_preds(self, streamer: NpzStreamer) -> Tuple[np.ndarray, np.ndarray]: |
nothing calls this directly
no outgoing calls
no test coverage detected