Matt Eding

Results 3 issues of Matt Eding

As per requested by the pinned [New Methods](https://github.com/scikit-learn-contrib/imbalanced-learn/issues/105), I have implemented the Selective Pre-processing of Imbalanced Data (SPIDER) sampling algorithm. I have developed unit tests based on drawing out a...

#### Description All the following classes use `n_neighbors`: - `ADASYN` - `OneSidedSelection` - `NeighbourhoodCleaningRule` - `NearMiss` - `AllKNN` - `RepeatedEditedNearestNeighbours` - `EditedNearestNeighbours` - `CondensedNearestNeighbour` Whereas `k_neighbors` is used with `SMOTE`...

Type: Enhancement

``` template struct Default { T t; }; ``` Compiles with a default template parameter. ``` Default d; ``` Fails to use the default: `input_line_26:2:10: error: declaration of variable 'd'...