powered by
Estimates the inherent difficulty of the radio map
ipfRMID(fingerprints, positions, rangeRSSI = c(-100, 0), noRSSI = NA, gridSize = 5)
a numeric value representing the RMID value (Radio Map Inherent Difficulty)
a matrix or a data frame containing the RSSI data (fingerprints) of the observations
a matrix or a data frame containing the positions of the fingerprints
range of the RSSI data
value used to represent a not detected AP
size of the grid to consider
if (FALSE) { rmid <- ipfRMID(ipftrain[1:200, 1:168], ipftrain[1:200, 169:170], noRSSI = NA) }
Run the code above in your browser using DataLab