powered by
Estimates the positions of the emitter beacons
ipfEstimateBeaconPositions(fingerprints, positions, method = "wcentroid", rssirange = c(-100, 0), norssi = NA)
a data frame or a matrix with the RSSI fingerprints
a data frame or a matrix with the positions of the fingerprints
method to use to estimate the position of the access points: 'centroid', 'wcentroid' or 'wip'
a numeric vector with the range of the RSSI data
value used in dataRSSI when a beacon is not detected
wapp <- ipfEstimateBeaconPositions( ipftrain[1:100, 1:168], ipftrain[1:100, 169:170], method = 'wcentroid' )
Run the code above in your browser using DataLab