50 recent changes in Main Web retrieved at 10:21 (Local)

WebPageImplementation
web page implementation Specification * project info input, view, deletion * user info input, view, deletion * load project data * logic flow ch...
Wfccm2PublicDownload
* Version 1.0.00 dd mmm yyyy: Public release. Score generation and distance complete. For instructions, please refer to the guide. If you can not run the project,...
WfccmGenericDataStructures
C# 2.0 (.NET 2005 Whidbey) supports generics * Change DataContainer to DataContainer T * Replace ArrayList with Generic.List T * Replace SortedLi...
WfccmSourceFileStructureRefactor
Vicc.Biostat Wfccm.Forms * CriteriaManagerPanel * CriteriaManagerWarning * DataGroupingPanel * DataSetPanel * DataSetView * DistancePanel * ...
Wfccm2Testing
red content are potential problems are found * Purpose : testing WFCCM2 regularly to ensure that problems are found and dealt with. * Methods * funct...
WfccmDistributedComputing
Distributed Computing Detailed Time Line and Tasks Network Specification May 23 Jun 03 2 week 1. Create specification and place on wiki. Network Design Jun 0...
WfccmNotes
Meeting Notes Nov 3 * Tasks * First stage, build database and interfaces * Haojie, Huiming, Joe * 15 Dec 2005 April 5 * Slides ...
WebLinks
* Welcome * Registration * Users * Groups * Password * SitePreferences
NEW - 16 Nov 2005 - 11:24 by TWikiContributor
WfccmTestingForm
Wfccm Testing Report Form Definition Name Type Size Values Tooltip message Name text 40 Bug name TestededBy text 40 Main. Wiki name of who report...
WfccmBugReport20051024110037
Incorrect Double Progress bar when more than one distance run submitted, the outter progress bar shows "0 of n" or "1 of n ", it doens't show " n 2 of n" or "n 1 ...
YennyHardin
* Name: Yenny Hardin * Email: jenny.hardin #64;vanderbilt.edu * Phone Number: 615.936.6760
WfccmQcCorrelation
Pearson Correlation Coefficient Suppose that we have 2 samples/columns, X and Y. N features from feature1 to featureN. The test statistics is computed as : denom...
WfccmAlgorithmLogRankWilcoxon
Log Rank and Wilcoxon Algorithm These tests are for comparison of two or more strata of survival data. Suppose that we have data from stratum 0 and stratum 1. De...
WfccmVisualizationTool
Graph * Display the average line for each group. * Bins should be associated with a color. * Bins should be displayed * Specific bins only. ...
WfccmMultidimensionalScaling
Multidimensional Scaling Design: Detailed Time Line and Tasks Specification Apr 18 May 27 6 weeks 1. Determine algorithm(s) to aquire 3D data. 1. Determ...
WfccmDownload
* Version 1.14 2004 07 13 Built to use a static library. * Version 1.13 2004 04 14 User interface changes by Joan Zhang. * Version 1.12 2004 03 12 Fi...
WfccmBallGraphSummary
BallGraphSummary Public Data Member * ArrayList lines the container for the lines * string title title of the graph * string testLabel1 label of t...
WfccmBallGraphPanel
ClassBallGraphPanel Public Data Members * int tickMax – Max value of tick of scale, default is 0 * int tickMin – minimum value of tick of scale, default is...
WfccmDataQualityControl
Data Quality Control Design Goals * Ability to generate ICC Kappa value, Agreement rate, and Correlation values based on a data set. * Ability to gener...
WillDoyle
* Name: Will Doyle * Email: w.doyle #64;vanderbilt.edu * Phone Number: 322 2904 * Comment: Personal Preferences (details in .TWikiVariables) * Horizo...
WfccmClassDescriptions
Interface descriptions * IDataSet Interface for datasets. Class descriptions * DataContainer Parent class for the data classes * InformationSet ...
WfccmNetworkListener
NetworkListener Public Methods * NetworkListener(int) The constructor. * Start() Starts listening for incoming connections. * Stop() Stops listeni...
WfccmNetwork
Network Public Methods * Network(IPAddress, int) Constructor for starting a connection. * Network(string, int) Constructor for starting a connection. ...
WfccmLimitedPublicVersion
Add Limitations to public versions * No Cross Validation * No Permutation P Value * No KS * No Hu Wright * No Sam * No Access to quality c...
WfccmObjectRocc
ROCC Object Design Data Members * sens, vector of sensitivity values. * spec, vector of specificity values. * markerlabel, name of the marker. * cas...
WfccmPlotChart
PlotChart Public Members * float VerticalOffset Offset as a percentage * ex: if you want the top 10% and bottom 10% of the panel to be blank, set thi...
WfccmDataToolsVisualization
Data Tool and Visualization Detailed Time Line and Tasks Specification Apr 18 Apr 22 1 week 1. Determine interface requriments. 1. Determine output requri...
WfccmQualitycontrol
QualityControl Private Methods * GenerateAgreement_NoGp (DoubleProgress, DataSet, string, string) * GenerateAgreement_InGp (DoubleProgress, DataSet, Data...
WfccmROCCurve
ROC Curve Analysis Design Goals * Implement the ROC functions and produce the plot of the results. * Calculate the area of curve. * Draw graphic object...
WfccmPanelRocc
Rocc Panel Design Controls * labelTitle, labelAUC Show the area under the curve. * plotChart, label1, label2 Create a general Quadrant I plot. * but...
WfccmLargeDataSetCapability
Large Data Set Capability Detailed Time Line and Tasks Large DataSet Implementaiton Apr18 May 06 3 weeks 1. Implement objects. 1. Build the interface. ...
WfccmPrePostHowto
WFCCM Pre Post Guide This is a guide for running pre post analysis in WFCCM. For a pre post analysis, there needs to be a pre treatment and post treatment sample ...
WfccmAddGroupingsCriteriaManagers
Add DataGroupings and CriteriaManagers DataGroupings Working on a large project and having to create the same 6 groupings several times (incuding creating column...
WfccmQcAgreement
Kappa Value and Agreement Rate algorithms * 1. For each gene/feature, convert their are values to binary * new value(proteinomic data) = 1 if old value i...
WfccmSpectraData
SpectraData Enum DisplayableTypes * Raw, Baseline, BaselineCorrected, Denoised, Centroids, Peaks Public Members * Name spectra name * Classification...
WfccmSpectraDisplay
SpectraDisplay Public Members * bool ShowRaw get/set to indicate whether raw data is displayed * bool ShowBaseline get/set to indicate whether baseline...
WfccmSpectraDataCollection
SpectraDataCollection Public Members * AllSpectra collection of SpectraData objects * DisplayedSpectra indices of those spectra that should be disp...
WfccmOptionData
OptionData Public Methods * OptionData() * OptionData(string) * Copy() * Load(string) * Save(string) Properties * AutoLoadLog * AutoLoa...
WfccmDataSet
DataSet Parent: DataContainer, Interface: IDataSet Public Methods * DataSet(DataSet) Copy Constructor overload that handles the name list. * SetDataPoi...
WfccmMemoryMapDataSet
MemoryMapDataSet Interface: IDataSet Public Methods * MemoryMapDataSet(string) Constructor that takes the path/file name. * MemoryMapDataSet(string, int)...
WfccmIDataSet
IDataSet Public Methods * GetDataPoint(int, int) * GetColumnName(int) * GetColIndexFromName(string) * GetRowId(int) * GetRowIndexFromId(int) * ...
WfccmLargeDataSetSubClassProsCons
Large DataSet SubClass Pros and Cons Description For large dataset capabilities, we might need to make the read only MemoryMapDataSet a subclass of DataSet. Pro...
WfccmCommandLineMethod
Console Wfccm Command line aspect of Wfccm. Limited capability extended. Todo * Add support for Shuo's preprocessed data log transformation not applicable ...
WfccmQualityControl
Quality Control TODO * ICC * Kappa * Agreement * Correlation Comparison Rationale (example of Agreement) * Input files: DataSet, InformationSet(o...
Wfccm2CommandLineDownload
Command Line Wfccm * Runs under Mono for Linux support * Incorporates basic Wfccm functionality
WfccmDataGrouping
DataGrouping Public Methods * DataGrouping(DataGrouping) Copy constructor. * Add(string, string) Adds a Column by name and sets group descriptor (def...
WfccmCriteriaManager
CriteriaManager Public Methods * CriteriaManager(CriteriaManager) The copy constructor. * Remove(string, string, double) Removes a score name, operat...
WfccmScoreTTest
ScoreTTest Parent: Score Public Methods * ScoreTTest() the default constructor. * ScoreTTest(ScoreTTest) copy constructor. * ScoreTTest(string) ...
WfccmScoreSam
ScoreSam Parent: Score Public Methods * ScoreSam() the default constructor. * ScoreSam(ScoreSam) copy constructor. * ScoreSam(string) Construct...
Number of topics: 50
< Previous Page 7 of 94 Next >

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes
Topic revision: r1 - 08 Sep 2009, ProjectContributor
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