Description
Time Series Prediction using K-Nearest Neighbors Algorithm (Parallel).
Description
Two main functionalities are provided. One of them is predicting values with k-nearest neighbors algorithm and the other is optimizing the parameters k and d of the algorithm. These are carried out in parallel using multiple threads.