predict: Predict from a BCrepBimax Result

predictBimaxR Documentation

Predict from a BCrepBimax Result

Description

Predicts cluster membership for new data rows given a BCrepBimax Result

Usage

predictBimax(BCrepBimax, x)

Arguments

BCrepBimax

Result of biclust function with method BCrepBimax

x

The data matrix which clustermembership should be predicted

Value

Returns a vector with clustermembership of data x of class.

Author(s)

Sebastian Kaiser sebastian.kaiser@stat.uni-muenchen.de

See Also

BCrepBimax


biclust documentation built on May 31, 2023, 6:18 p.m.

Related to predict in biclust...