Interface | Description |
---|---|
SortingTechnique |
Interface for sorting techniques
|
Class | Description |
---|---|
CapSort |
Implements the sorting algorithm concerning the consumption cap
|
PricePredictSort |
Implementation of Sorting technique, deals with current and future prices
|
PricePredictSortMean |
Implements the CalcMean method in PricePredictSort with API calls.
|
PricePredictSortTest |
replaces the mean calculation in PricePredictSort by easy to set methods for
testing
|
Copyright © 2015. All rights reserved.