Feature normalization policy. More...
Static Public Attributes | |
| int | NONE_ROW = 0x0001 |
| no row-wise normalization | |
| int | EU_ROW = 0x0002 |
| euclidian distance row-wise normalization (divide by sqrt(dot(x,x))) | |
| int | EXPECT = 0x0010 |
| normalize by expected counts | |
| int | FREQ = 0x0020 |
| normalize as frequency (n_k/sum(n_k) for each k-mer length). | |
| int | REVERSE = 0x0040 |
| normalize by counts observed in a string-reversed sequence | |
Feature normalization policy.
int MGT::Kmers::NORM_POLICY::FREQ = 0x0020 [static] |
normalize as frequency (n_k/sum(n_k) for each k-mer length).
EU_ROW can be applied afterwards
1.7.2