predictBimax {biclust} | R 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
[Package biclust version 2.0.3.1 Index]