mRMRe
mRMRe copied to clipboard
NaNs produced when extracting solutions
system.time(mrmr_4k<-mRMR.classic(data=mrdat_4k, target_indices = 105, feature_count = 10))
f4k<-solutions(mrmr_4k)$
105``
Warning message: In log(1 - object@mi_matrix[, target_index, drop = TRUE]^2) : NaNs produced
I have checked the datasets mrmr_4k
and mrdat_4k
and I can't find any NaNs, NAs or INFs
I've created a dummy dataset that includes NaNs, INFs and NAs, but I can't reproduce this error message.
Do you know the possible reasons that this could occur?