|
| python.utils.pca_normalize_dataset.action |
|
| python.utils.pca_normalize_dataset.args |
|
| python.utils.pca_normalize_dataset.C = cov(interest_data) |
|
| python.utils.pca_normalize_dataset.data = genfromtxt(options.csv_dir + filename, skiprows=1, delimiter=',') |
|
| python.utils.pca_normalize_dataset.default |
|
| python.utils.pca_normalize_dataset.delimiter |
|
| python.utils.pca_normalize_dataset.dest |
|
| python.utils.pca_normalize_dataset.filename = options.file_in |
|
| python.utils.pca_normalize_dataset.help |
|
| python.utils.pca_normalize_dataset.interest_data = data - means |
|
| python.utils.pca_normalize_dataset.interest_data_transformed = dot(invV, interest_data).T |
|
| python.utils.pca_normalize_dataset.invV = inv(V) |
|
def | python.utils.pca_normalize_dataset.logger = create_logger() |
|
| python.utils.pca_normalize_dataset.means = mean(data,axis=0) |
|
| python.utils.pca_normalize_dataset.options |
|
| python.utils.pca_normalize_dataset.parser = optparse.OptionParser() |
|
| python.utils.pca_normalize_dataset.target = data[:, options.target_column] |
|
| python.utils.pca_normalize_dataset.type |
|
| python.utils.pca_normalize_dataset.u |
|
| python.utils.pca_normalize_dataset.V |
|