C# 2.0 (.NET 2005--Whidbey) supports generics

  • Change DataContainer to DataContainer<T>
    • Replace ArrayLists with Generic.List<T>
    • Switch to row-major format?
      • Should speed up removing rows
      • Will make filtering rows easier
      • Update all functions for change in structure
    • Change Filter to return a new DataContainer
      • Will not modify the current object
  • DataSet adds row name functionality to DataContainer<double>
    • Add Dictionary<string, int> rowIndices2 - map from row names to indices.
    • Change Filter to return a new DataSet
      • Will not modify the current object
      • Update function call for Distance
  • Score adds score generation to DataContainer<double>
  • InformationSet : DataContainer<string>

  • Replace most ArrayLists throughout code with Generic.List<T>

Edit | Attach | Print version | History: r8 < r7 < r6 < r5 | Backlinks | View wiki text | Edit WikiText | More topic actions...
Topic revision: r7 - 28 Mar 2005, WillGray
 

This site is powered by FoswikiCopyright © 2013-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Vanderbilt Biostatistics Wiki? Send feedback