Changes between Initial Version and Version 1 of Ticket #1292, comment 42
- Timestamp:
- 10/08/12 11:02:04 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1292, comment 42
initial v1 1 1 * Caches shall be directly in the `(Timeframe-)FeatureCorrelationView` 2 * Caches should use ` KeyValuePair` instead of nested dictionaries2 * Caches should use `Tuple<T1, T2>` instead of nested dictionaries 3 3 * `AbstractFeatureCorrelationView` shall inherit from `StringConvertibleMatrixView` to reduce code duplication 4 4 * Replace `HeatMap` variable 'currentCorrelation' with `double[,]`