Learn R Programming

⚠️There's a newer version (0.7.2) of this package.Take me there.

ipft (version 0.6)

Indoor Positioning Fingerprinting Toolset

Description

Algorithms and utility functions for indoor positioning using fingerprinting techniques. These functions are designed for manipulation of RSSI (Received Signal Strength Intensity) data sets, estimation of positions,comparison of the performance of different models, and graphical visualization of data. Machine learning algorithms and methods such as k-nearest neighbors or probabilistic fingerprinting are implemented in this package to perform analysis and estimations over RSSI data sets.

Copy Link

Version

Install

install.packages('ipft')

Monthly Downloads

188

Version

0.6

License

GPL (>= 2)

Maintainer

Emilio Sansano

Last Published

May 10th, 2017

Functions in ipft (0.6)

ipfGroup

Creates groups based on the specified parameters
ipfKnn

Implements the k-nearest neighbors algorithm
ipfCluster

Creates clusters using the specified method
ipfDist

Distance function
ipfPlotEcdf

Plots the cumulative distribution function of the estimated error
ipfPlotEst

Plots the estimated locations
ipfEstbp

Estimates the positions of the access points
ipfEstimate

Estimates the location of the test observations
ipfProb

This function implements a probabilistic algorithm
ipfProx

Estimates the position of the observations from its fingerprints and the access point location usins a logarithmic path loss model
ipftest

Indoor localization test data set to test Indoor Positioning System that rely on WLAN/WiFifingerprint. It was created during the Fingerprinting-based Indoor Positioning tutorial of the seventh international conference on indoor Positioning and Indoor Navigation (IPIN2016).
ipftrain

Indoor localization training data set to test Indoor Positioning System that rely on WLAN/WiFifingerprint. It was created during the Fingerprinting-based Indoor Positioning tutorial of the seventh international conference on indoor Positioning and Indoor Navigation (IPIN2016).
ipfPlotLoc

Plots the spatial location of the observations
ipfPlotPdf

Plots the probability density function of the estimated error
ipfTransform

Transform function
ipfpwap

Indoor localization data set with the positions of the wireless access points present in the ipftrain and ipftest data sets. Unknown locations are stored as NAs. Data from the positioning tutorial of the seventh international conference on indoor Positioning and Indoor Navigation (IPIN2016).