FPSInitialization¶
- class baybe.utils.sampling_algorithms.FPSInitialization[source]¶
Bases:
EnumInitialization methods for farthest point sampling.
Public attributes and properties
Selects the first two points with the largest distance.
Selects the first point uniformly at random.
- FARTHEST = 'farthest'¶
Selects the first two points with the largest distance.
- RANDOM = 'random'¶
Selects the first point uniformly at random.