predict.gng: predict

Description Usage Arguments Details Examples

Description

Retrieves prediction from trained GNG model

Usage

1
2
## S3 method for class 'Rcpp_GNGServer'
predict(object, x, ...)

Arguments

object

Trained model

x

Vector or matrix of examples

...

other arguments not used by this method

Details

Predict

Examples

1
2
gng <- GNG(gng.preset.sphere(100))
predict(gng, c(1,2,2))

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

Related to predict.gng in gmum.r...