Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2296 for trunk


Ignore:
Timestamp:
08/18/09 19:26:35 (15 years ago)
Author:
mkommend
Message:

added clear method to visual matrix (ticket #723)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CEDMA.Charting/3.3/VisualMatrix.cs

    r2295 r2296  
    4949    }
    5050
    51     public void ClearAllRows(VisualMatrixRow row) {
     51    public void Clear() {
    5252      this.rows.Clear();
     53      this.categoricalVariables.Clear();
     54      this.ordinalVariables.Clear();
     55      this.multiDimensionalCategoricalVariables.Clear();
     56      this.multiDimensionalOrdinalVariables.Clear();
    5357    }
    5458
Note: See TracChangeset for help on using the changeset viewer.