Description Class Hierarchy Constructor Slots Methods See Also Examples
The mtkRandLHSDesigner class is a sub-class of the class mtkDesigner. It implements the method RandLHS and provides all the slots and methods defined in the class mtkDesigner.
mtkDesigner
mtkRandLHSDesignersignature(mtkParameters = NULL, listParameters = NULL)
name:(character) always takes the string "design".
protocol:(character) always takes the string "R".
site:(character) always takes the string "mtk".
service:(character) always takes the string "RandLHS".
parameters:(vector) a vector of [mtkParameter] containing the parameters to pass while calling the service.
ready:(logical) a logical to tell if the process is ready to run.
state:(logical) a logical to tell if the results produced by the process are available and ready to be consumed.
result:(ANY) a data holder to hold the results produced by the process
setNamesignature(this = "mtkRandLHSDesigner", name = "character"): Not used, method inherited from the parent class.
setParameterssignature(this = "mtkRandLHSDesigner", f = "vector"): Assigns new parameters to the process.
getParameterssignature(this = "mtkRandLHSDesigner"): Returns the parameters as a named list.
is.readysignature( = "mtkRandLHSDesigner"): Tests if the process is ready to run.
setReadysignature(this = "mtkRandLHSDesigner", switch = "logical"): Makes the process ready to run.
is.readysignature( = "mtkRandLHSDesigner"): Tests if the results produced by the process are available.
setReadysignature(this = "mtkRandLHSDesigner", switch = "logical"): Marks the process as already executed.
getResultsignature(this = "mtkRandLHSDesigner"): Returns the results produced by the process as a [mtkRandLHSDesignerResult].
getDatasignature(this = "mtkRandLHSDesigner"): Returns the results produced by the process as a data.frame.
serializeOnsignature(this = "mtkRandLHSDesigner"): Returns all data managed by the process as a named list.
runsignature(this = "mtkRandLHSDesigner", context= "mtkExpWorkflow"): Generates the experimental design by sampling the factors.
summarysignature(object = "mtkRandLHSDesigner"): Provides a summary of the results produced by the process.
printsignature(x = "mtkRandLHSDesigner"): Prints a report of the results produced by the process.
plotsignature(x = "mtkRandLHSDesigner"): Plots the results produced by the process.
reportsignature(this = "mtkRandLHSDesigner"): Reports the results produced by the process.
1 | # To do, example for LHS method
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.