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

Fix a proper data structure #4

Open ViktorWase opened 9 years ago

ViktorWase commented 9 years ago

So far we have a very simple dataObject class where the data from a database can be stored.

But we have no way of importing data systematically. And does the class need to be expanded? Perhaps each attribute needs a name, or a unit or something. Do we need to normalize the input data?

Somebody needs to fix a proper data structure.