Class ParamKeeper
- java.lang.Object
-
- ubic.basecode.dataStructure.params.ParamKeeper
-
public class ParamKeeper extends Object
Keeps track of results in the form of several key/value maps (each one can represent an experiment run), can output to spreadsheet or csv file- Author:
- leon
-
-
Constructor Summary
Constructors Constructor Description ParamKeeper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addParamInstance(Map<String,String> params)
String
toCSVString()
void
writeExcel(String filename)
-