Method
__init__
(
self, vector: Vector, directionMax: bool = True, tolerance: float = 0.0001
)
Source from the content-addressed store, hash-verified
| 419 | """ |
| 420 | |
| 421 | def __init__( |
| 422 | self, vector: Vector, directionMax: bool = True, tolerance: float = 0.0001 |
| 423 | ): |
| 424 | super().__init__( |
| 425 | n=-1, vector=vector, directionMax=directionMax, tolerance=tolerance |
| 426 | ) |
| 427 | |
| 428 | |
| 429 | # inherit from CenterNthSelector to get the CenterNthSelector.key method |
Callers
nothing calls this directly
Tested by
no test coverage detected