| Interface | Description |
|---|---|
| SamplingRankFunction<T> |
Used to rank an object for selection in the sample set.
|
| Class | Description |
|---|---|
| CentroidDistanceBasedSamplingRankFunction<T> |
Rank objects using their distance to the closest centroid of a set of centroids.
|
| RandomSamplingRankFunction<T> |
Pick any object at random by assigning a random weight over a uniform distribution.
|
Copyright © 2013–2022. All rights reserved.