print.sisal | R Documentation |
Prints information contained in a sequential input selection object.
## S3 method for class 'sisal'
print(x, max.warn = 10, ...)
x |
an object of class |
max.warn |
a |
... |
additional arguments passed to other |
The following information is printed:
Parameter values used in the sisal
call
Data dimensions
Names of the input variables, if available
Selected inputs, L.v (smallest validation error)
Selected inputs, L.f (result within error margin)
Whether L.f is a subset of L.v (nested model) or not
The removal order and / or rank of the input variables (see
plotSelected.sisal
)
The stages of search (if any) at which branching reduced
validation error compared to a hbranches = 1
solution. Not
printed if branching was not used or if it is possible that the
search did not proceed through every set of variables on the
hbranches = 1
path, i.e. if pruning.keep.best
was
FALSE
. One must note that these results, like many others,
are subject to randomness. Thus the results may differ between
successive runs of sisal
.
Any warnings produced by the sisal
run (see
max.warn
)
Invisibly returns x
.
Mikko Korpela
More information can be obtained with summary.sisal
.
foo <- testSisal(dataset="toy", nData = 200, Mtimes = 10,
noiseSd = 0.5, verbose = 0)
print(foo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.