predict.cec: predict

Description Usage Arguments

Description

Classify a new point according to the model (returns index of cluster where given point belong to)

Usage

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

Arguments

object

Trained CEC model object.

x

Given point.

...

other arguments not used by this method.


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

Related to predict.cec in gmum.r...