Class ParamKeeper
java.lang.Object
ubic.basecode.dataStructure.params.ParamKeeper
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParamInstance
(Map<String, String> params) void
writeExcel
(String filename)
-
Constructor Details
-
ParamKeeper
public ParamKeeper()
-
-
Method Details
-
addParamInstance
-
toCSVString
-
writeExcel
- Throws:
Exception
-