ipft (version 0.7.1)

ipfRMID: Estimates the inherent difficulty of the radio map

Description

Estimates the inherent difficulty of the radio map

Usage

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

Run this code
# NOT RUN {
    rmid <- ipfRMID(ipftrain[, 1:168], ipftrain[, 169:170], noRSSI = NA)
# }

Run the code above in your browser using DataCamp Workspace