ipfEstimateBeaconPositions {ipft} | R Documentation |
Estimates the positions of the emitter beacons
Description
Estimates the positions of the emitter beacons
Usage
ipfEstimateBeaconPositions(fingerprints, positions, method = "wcentroid",
rssirange = c(-100, 0), norssi = NA)
Arguments
fingerprints |
a data frame or a matrix with the RSSI fingerprints |
positions |
a data frame or a matrix with the positions of the fingerprints |
method |
method to use to estimate the position of the access points: 'centroid', 'wcentroid' or 'wip' |
rssirange |
a numeric vector with the range of the RSSI data |
norssi |
value used in dataRSSI when a beacon is not detected |
Examples
wapp <- ipfEstimateBeaconPositions(ipftrain[, 1:168], ipftrain[, 169:170], method = 'wcentroid')
[Package ipft version 0.7.2 Index]