0
0
Fork 0
Commit Graph

9 Commits

Author SHA1 Message Date
Stormwind f561b2c769 Make interface for weighting input smaller
The input object must now only respond to each and must contain
arrays.
2015-04-25 22:52:20 +02:00
Stormwind 4fb2199599 Fix documentation 2015-02-24 20:39:33 +01:00
Stormwind 9f653408d7 Use new Storage class
The new Storage class is now used. It's atm not used, as it should be, but for
the first implementation it's okay. Improvement will follow.
2015-02-23 22:00:32 +01:00
Stormwind a80c46c5c9 Create a base class for weighting
This class should contain methods, which are used in more than one weighting
class.
At the moment it contains the bucket handling.
2015-02-23 21:28:41 +01:00
Stormwind 7c7c554d83 Add documentation for Rubella:Weighting::PerValue 2015-02-22 23:06:42 +01:00
Stormwind 46a44ae9c2 Get Input data into weightin process
The data gets weighted.
I also fixed some tiny bugs.
2015-02-18 22:45:02 +01:00
Stormwind 878f8c14d5 Add source code to Weighting::PerValue
Runs, but I didn't test it so far.
2015-02-18 20:19:05 +01:00
Stormwind fb562d5c5f Add saving of the to the constuctor given data
Now we'll not only load the given classes, we will use them.
2015-02-17 22:28:31 +01:00
Stormwind d3531e8d2b Started implementation of rubella
Dunno why there is no earlier commit...

Map class is probably a little bit too static. I will rewort this later, but
first we'll finish some of the other stuff.
2015-02-17 22:03:32 +01:00