| Interface | Description |
|---|---|
| ShotgunEnsembleLearnerAlgorithm.IShotgunEnsembleLearnerConfig |
| Class | Description |
|---|---|
| NearestNeighborClassifier |
K-Nearest-Neighbor classifier for time series.
|
| NearestNeighborLearningAlgorithm |
Training algorithm for the nearest neighbors classifier.
|
| ShotgunEnsembleClassifier |
Implementation of Shotgun Ensemble Classifier as published in "Towards Time
Series Classfication without Human Preprocessing" by Patrick Schäfer (2014).
|
| ShotgunEnsembleLearnerAlgorithm |
Implementation of Shotgun Ensemble Algorihm as published in "Towards Time
Series Classfication without Human Preprocessing" by Patrick Schäfer (2014).
|
| Enum | Description |
|---|---|
| NearestNeighborClassifier.VoteType |
Votes types that describe how to aggregate the prediciton for a test instance on its nearest neighbors found.
|