Description Usage Arguments Examples
Function plot.hsmclass provides four plots that describe the
behaviour of the Simulated Annealing Heuristic applied by HSMclass.
The plots can be used to optimize the heuristics' behaviour by altering the optimization
parameters coolfactor and InitTemp in HSMclass.
1 2 |
x |
object of class |
... |
additional arguments, so far ignored. |
1 2 3 4 | hsm<- HSMclass(refdata.gr, predictions.gr, nclasses = 6,
iterations = 1000, coolfactor=0.99, InitTemp = 80,
weight.norefs = 2, weight.classwidth = 2)
plot(hsm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.