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 is DataContainer<string>

This topic: Main > Projects > MicroArrayMassSpec > GeneralWfccmDesign > WfccmGenericDataStructures
Topic revision: revision 6
 
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