node-methods: node

Description Usage Arguments Details Examples

Description

Retrieves node from resulting graph

Usage

1
node(x, gng_id)

Arguments

x

GNG object

gng_id

Id of the node to retrieve. This is the id returned by functions like predict, or centroids

Details

Get GNG node

Examples

1
2
gng <- GNG(gng.preset.sphere(100))
print(node(gng, 10)$pos)

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

Related to node-methods in gmum.r...