Learn R Programming

ipft (version 0.7.3)

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)

Value

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

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

Examples

Run this code
if (FALSE) {
    rmid <- ipfRMID(ipftrain[1:200, 1:168], ipftrain[1:200, 169:170], noRSSI = NA)
}

Run the code above in your browser using DataLab