DistanceReport

Public Methods

  • DONE WriteMissedColumn(ArrayList, string, bool, double) - Will first filter distanceResults for runs where overall percent correct is above "percentage" (supplied as a number between 0 and 1). Then, of these, will only display columns that missed, with an asterisk (*) indicating the column has missed. isTesting, when set to true will write the report for the Test data. False will write a report for training data.
  • DONE WriteMissedColumn(ArrayList, string, bool) - Defaults the percentage to .5.
  • DONE WriteMissedColumnK(ArrayList, string) - Used for Cross-Validation. Only prints testing results. Defaults the percentage to .5.
  • DONE WriteMissedColumnK(ArrayList, string, double) - Used for Cross-Validation. Only prints testing results.
  • DONE WriteOutput(DistanceResult, bool, string) - Writes the detailed report for a single distance run.
  • DONE WriteOutput(ArrayList, int, string) - Used for Cross-Validation. Only prints testing results.
  • DONE WriteSummary(ArrayList, string, bool) - Writes a summary of the DistanceResults passed to the file given.
  • DONE WriteSummary(ArrayList, string) - Defaults to not write criteria.
  • DONE WriteSummaryK(ArrayList, string, bool) - Used for Cross-Validation.
  • DONE WriteSummaryK(ArrayList, string) - Used for Cross-Validation. Defaults to not write criteria.
  • DONE WriteWinnerReport(ArrayList, int, string) - Writes the winners for a TopN/Cutoff run and the number of Cross-Validation runs they were selected in.

Enum ChartViewType

  • Summary - A SummaryPanel View
  • MissedTraining - A MissedChart View using the specified training data
  • MissedTesting - A MissedChart View using the specified testing data (if it exists)

Class SummaryPercentages

  • ArrayList [Grp1 | Grp2 ]Pcts[Train | Test] - Percentages
  • ArrayList [Train| Test]Pcts - Percentages for training or testing
  • ArrayList SavedRuns - runs selected in various views
  • string Title - title of chart
  • string Name - name of summary percentage object (to be displayed on the treeview)
  • MissedValues msTv - Missed Training values
  • MissedValues msv - Missed Values associated with this distance run
  • ChartViewType ChartView - enumeration specifying which view to use
  • string [gp1Train | gp2Train | train | test | gp1Test | gp2Test]Name - Names to be displayed on various portion of charts
Edit | Attach | Print version | History: r11 | r10 < r9 < r8 < r7 | Backlinks | View wiki text | Edit WikiText | More topic actions...
Topic revision: r9 - 09 Dec 2004, NimishGautam
 

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