pause: pause

Description Usage Arguments Examples

View source: R/gng.R

Description

Pause algorithm

Usage

1
pause(object)

Arguments

object

GNG object

Examples

1
2
3
gng <- GNG(gng.preset.sphere(100))
pause(gng)
print(isRunning(gng))

Example output

[1] "Training offline"
it is advised to scale data for optimal algorithm behavior to mean=1 std=0 

[1] "Iteration 200"
[1] "Iteration 200"
[1] FALSE

gmum.r documentation built on May 29, 2017, 3:52 p.m.

Related to pause in gmum.r...