PartitionedDataSet

Public Methods

  • DONE PartitionedDataSet(string) - Constructor that takes the path to the DataSet.
  • DONE PartitionedDataSet(string, int) - Constructor that takes the path to the DataSet and the number of partitions to use.

Private Methods

  • DONE CountLines() - Counts the number of rows of data in the DataSet.
  • DONE IEnumerable.GetEnumerator() - Gets an enumerator to use for a foreach loop.

Private Members

  • string filePath - The path to the DataSet.
  • int numParts - The number of partitions to use.
  • int totalLines - The number of rows of data in the DataSet.

Topic revision: r2 - 09 Dec 2004, 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