API Reference¶
Transformers¶
|
A class used to transform data from a category to a specialized representation. |
|
A class used to transform data from a category to a specialized representation. |
Voters¶
|
A class used to vote on data transformed under a tree, which inherits from the BaseClassificationVoter class in base.py. |
|
A class used to vote on data under any transformer outputting data in continuous Euclidean space, which inherits from the BaseClassificationVoter class in base.py. |
Deciders¶
|
A class for a decider that uses the average vote for classification. |
Progressive_Learner¶
A (mostly) internal class for progressive learning in the classification setting. |
Forest¶
|
A class used to represent a lifelong classification forest. |
Network¶
|
A class for progressive learning using Lifelong Learning Networks in a classification setting. |