Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Ticket #1998, comment 18


Ignore:
Timestamp:
10/29/15 20:41:13 (9 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1998, comment 18

    v2 v3  
    33Made a more detailed review of the source code.
    44Notes from the overall source code review:
    5  * Adapt to work with current trunk version (export button)
    6  * Exception occurs when running a linear discriminant analysis model (works for the trunk)
    7  * Move OneR and ZeroR out of the Algorithms.DataAnalysis.Linear folder.
    8  * OneR and ZeroR should not be available in the "New Item" dialog.
    9  * ExecutionTime for OneR should not be produced as a result.
     5 * ~~Adapt to work with current trunk version (export button).~~
     6 * ~~Exception occurs when running a linear discriminant analysis model (works for the trunk)~~ cannot reproduce
     7 * ~~Move OneR and ZeroR out of the Algorithms.DataAnalysis.Linear folder.~~ done
     8 * ~~OneR and ZeroR should not be available in the "New Item" dialog.~~ done
     9 * ~~ExecutionTime for OneR should not be produced as a result.~~ I guess this is ok.
    1010 * ~~The file OneRTest.cs can be deleted?~~ No, the OneRTest.cs file is the new implementation by mkommend. The file OneR.cs should be deleted