Opened 14 years ago
Last modified 14 years ago
#302 new enhancement
allow different normalizations in PCA
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | yat 0.x+ |
Component: | utility | Version: | |
Keywords: | Cc: |
Description
This is an offspring from ticket:216
Currently (pre0.4) only row-mean-centering is allowed in PCA. Perhaps we could allow other normalizations such as no normalization, median centralizing, z-score, as well as iterative row column normalization.
This should be implemented as a functor. The PCA can then be templatized on this functor, with default being the current one.
Change History (4)
comment:1 Changed 14 years ago by
Component: | build → utility |
---|
comment:2 Changed 14 years ago by
Type: | defect → enhancement |
---|
comment:3 Changed 14 years ago by
Milestone: | To Be Determined → 0.5 |
---|
comment:4 Changed 14 years ago by
Milestone: | yat 0.5 → yat 0.x+ |
---|
Note: See
TracTickets for help on using
tickets.