![]() |
SG++-Doxygen-Documentation
|
Namespaces | |
namespace | python |
namespace | python.utils |
namespace | python.utils.pca_normalize_dataset |
Functions | |
python.utils.pca_normalize_dataset.clean_data (data) | |
leave only the data points with coordinated greater than zero is convinient for some problems, i.e. | |
python.utils.pca_normalize_dataset.create_logger () | |
python.utils.pca_normalize_dataset.norm (mat) | |
normalization on [0,1] interval | |
python.utils.pca_normalize_dataset.remove_outliers (mat, koef, target=None) | |
remove outliers, where the points deviate on more than koef times standard deviation from the mean | |