(self, X: modALinput)
| 359 | |
| 360 | @abc.abstractmethod |
| 361 | def predict(self, X: modALinput) -> Any: |
| 362 | pass |
| 363 | |
| 364 | @abc.abstractmethod |
| 365 | def vote(self, X: modALinput) -> Any: # TODO: clarify typing |
nothing calls this directly
no outgoing calls
no test coverage detected