predict.EMCluster: EMCluster prediction function

View source: R/EMWrapper.R

predict.EMClusterR Documentation

EMCluster prediction function

Description

This function predicts the labels of the cluster for new data based on cluster labels of the training set.

Usage

## S3 method for class 'EMCluster'
predict(object, ...)

Arguments

object

A returned object of EMCluster

...

New sample set

Value

A list of cluster labels


Evacluster documentation built on April 1, 2022, 9:07 a.m.