class sklearn.neighbors.BallTree
BallTree for fast generalized N-point problems BallTree(X, leaf_size=40, metric=?minkowski?, **kwargs) Parameters:
X : array-like, shape = [n_samples, n_features] n_samples is the number of points in the data set, and n_features is the dimension of the parameter space. Note: if X is a C-contiguous array of doubles then data will not be copied. Otherwise, an internal copy will be made. leaf_size : positive integer (default = 40) Number of points at which