plot.hsmclass: Plotting objects of class "hsmclass"

Description Usage Arguments Examples

Description

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.

Usage

1
2
## S3 method for class 'hsmclass'
plot(x, ...)

Arguments

x

object of class 'hsmclass' containing results of a optimized classification scheme

...

additional arguments, so far ignored.

Examples

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)

AndreasChristianHill/classoptimr documentation built on May 29, 2019, 12:23 p.m.