Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 808 Bytes

math.rst

File metadata and controls

27 lines (15 loc) · 808 Bytes

2.2 Mathematics

MLPro provides a module that consists of common machine learning functionalities and properties. Additionally, you can also find modules for basic mathematical classes and various classes with elementry functionalties to be reused in higher level classes, for example: logging, load/save, timer, data storing, etc.

We provide how to files<target-howto> related to this subject.

This module includes Dimension, Set, Element, ElementList, MSpace, and Espace classes.

from mlpro.bf.math import * 

Additional module includes load/save, logging, set timer, data storing, data loading, and data plotting functionalities.

from mlpro.bf.various import * 

Add text here!