| Class | Description |
|---|---|
| CacheVowelData |
preforms caching for computing the feature functions
Can be used only at the vowel duration task at the moment
|
| Factory |
Factory class
|
| InstancesContainer |
this class will store the raw data and the desired label
the raw data here will be presented as 2D array
|
| LazyInstancesContainer |
Lazy instance container that loads the examples by demand
The standard container loads all the data, this container gets as input all the paths to the raw data and loads it when needed
|
| Logger |
Gets all the printings and print them for the system
|