Learn R Programming

ipft (version 0.7.3)

ipfEstimateBeaconPositions: 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

Run this code

    wapp <- ipfEstimateBeaconPositions(
      ipftrain[1:100, 1:168], ipftrain[1:100, 169:170],
      method = 'wcentroid'
    )

Run the code above in your browser using DataLab