Learn R Programming

gmum.r (version 0.2.1)

meanError: meanError

Description

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

Usage

meanError(object)

Arguments

object
GNG object

Examples

Run this code
gng <- GNG(gng.preset.sphere(100))
meanError(gng)

Run the code above in your browser using DataLab