Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1292, comment 42


Ignore:
Timestamp:
10/08/12 11:02:04 (11 years ago)
Author:
sforsten
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1292, comment 42

    initial v1  
    11* Caches shall be directly in the `(Timeframe-)FeatureCorrelationView`
    2 * Caches should use `KeyValuePair` instead of nested dictionaries
     2* Caches should use `Tuple<T1, T2>` instead of nested dictionaries
    33* `AbstractFeatureCorrelationView` shall inherit from `StringConvertibleMatrixView` to reduce code duplication
    44* Replace `HeatMap` variable 'currentCorrelation' with `double[,]`