ipft (version 0.6)

ipfEstbp: Estimates the positions of the access points

Description

Estimates the positions of the access points

Usage

ipfEstbp(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 an access point is not detected

Examples

Run this code
# NOT RUN {
    wapp <- ipfEstbp(ipftrain[, 1:168], ipftrain[, 169:170], method = 'wcentroid')

# }

Run the code above in your browser using DataCamp Workspace