SG++-Doxygen-Documentation
|
Namespaces | |
python.utils.pca_normalize_dataset | |
Functions | |
def | 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. More... | |
def | python.utils.pca_normalize_dataset.create_logger () |
def | python.utils.pca_normalize_dataset.norm (mat) |
normalization on [0,1] interval More... | |
def | 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 More... | |