meanError: meanError

Description Usage Arguments Examples

View source: R/gng.R

Description

Gets mean error of the graph (note: blocks the execution, O(n))

Usage

1
meanError(object)

Arguments

object

GNG object

Examples

1
2
gng <- GNG(gng.preset.sphere(100))
meanError(gng)

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

Related to meanError in gmum.r...