IBCF {IBCF.MTME} | R Documentation |
IBCF
Description
Item Based Collaborative Filtering for multi-trait and multi-environment data.
Usage
IBCF(object, dec = 4)
Arguments
object |
|
dec |
|
Value
A list with the next components
NPartitions |
|
predictions_Summary |
|
Predictions |
|
Examples
## Not run:
library(IBCF.MTME)
data('Wheat_IBCF')
CV <- CV.RandomPart(Wheat_IBCF)
IBCF(CV)
## End(Not run)
[Package IBCF.MTME version 1.6-0 Index]