struct gpr::GaussianProcessRegression::farthest_point_sampling_tΒΆ

struct farthest_point_sampling_t {
    // fields
 
    int history;
    int latest_points;
    DistanceMetricType metric;
};