ipfRMID: Estimates the inherent difficulty of the radio map

Description Usage Arguments Value Examples

Description

Estimates the inherent difficulty of the radio map

Usage

1
2
ipfRMID(fingerprints, positions, rangeRSSI = c(-100, 0), noRSSI = NA,
  gridSize = 5)

Arguments

fingerprints

a matrix or a data frame containing the RSSI data (fingerprints) of the observations

positions

a matrix or a data frame containing the positions of the fingerprints

rangeRSSI

range of the RSSI data

noRSSI

value used to represent a not detected AP

gridSize

size of the grid to consider

Value

a numeric value representing the RMID value (Radio Map Inherent Difficulty)

Examples

1
2
3
4
## Not run: 
    rmid <- ipfRMID(ipftrain[, 1:168], ipftrain[, 169:170], noRSSI = NA)

## End(Not run)

ipft documentation built on May 2, 2019, 7:23 a.m.

Related to ipfRMID in ipft...