ViktorWase / Frank-the-Science-Bot

Frank is a bot that does science. He takes a dataset and forms hypothesises about mathematical constants (aka conservation laws) of the data. He then tests the hypothesis.
Apache License 2.0
2 stars 0 forks source link

PCA filter of attributes #12

Open ViktorWase opened 9 years ago

ViktorWase commented 9 years ago

If the data base is large in the sense that each data point has many attributes, then we need to filter out the ones that aren't important.

This could probably be done by using some sort of PCA and then choose a few of the new parameters. (This will unfortunately destroy any notion of units)