Changes between Initial Version and Version 5 of Ticket #425
- Timestamp:
- Oct 13, 2008, 5:01:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #425
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
Implement qsplines normalizer
toImplement cubic spline normalizer
-
Property
Status
changed from
-
Ticket #425 – Description
initial v5 1 The idea is to normalize each column in a matrix to match a target columm (or maybe this should be a target vector). 2 3 Matching is done like this for each column: 4 5 1. Partition into quantiles 6 1. Calculate the geometric mean 7 8 more to come ...