fr.ifremer.isisfish.simulator.sensitivity
Class AbstractSensitivityAnalysis
java.lang.Object
fr.ifremer.isisfish.simulator.sensitivity.AbstractSensitivityAnalysis
- All Implemented Interfaces:
- SensitivityAnalysis
public abstract class AbstractSensitivityAnalysis
- extends Object
- implements SensitivityAnalysis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSensitivityAnalysis
public AbstractSensitivityAnalysis()
setIsisFactorsR
public void setIsisFactorsR(DesignPlan plan,
File outputdirectory)
throws SensitivityException
- Method to create the isis.factors dataframe in R.
- Parameters:
plan - Design plan of the sensitivity analysisoutputdirectory - the directory on which we will calculate the
destination RData file. The RData file will be named directory.RData and
saved in the directory parent.
- Throws:
SensitivityException - if an error occur while talking to R
editRInstruction
protected String editRInstruction(String rCall)
testNoDiscrete
protected void testNoDiscrete(List<Factor> factors)
throws SensitivityException
- Throws:
SensitivityException
createImportInstruction
protected String createImportInstruction(SensitivityExport export,
List<SimulationStorage> simulationStorages)
renameObjects
protected void renameObjects(org.nuiton.j2r.REngine engine,
String simulationName)
throws org.nuiton.j2r.RException
- Throws:
org.nuiton.j2r.RException
Copyright © 1999-2012 CodeLutin. All Rights Reserved.