erssss / TDFMLPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • This repository is for paper High Precision $\neq$ High Cost: Temporal Data Fusion for Multiple Low-Precision Sensors.

File Structure

  • code: source code of algorithms.
  • data: dataset source files used in experiments.
  • full.pdf: the full version of our manuscript, including all the complete proofs in appendix.

Dataset

Dependencies

numpy==1.24.2
pandas==1.4.3
pyclustering==0.10.1.2
scikit_learn==1.1.1

Instruction

To run the program, use the following command-line arguments:

  • --dataname: Input file name (default is "GPS").
  • --alg: Method name (default is "DFDP").
  • --k: The parameter kappa (default is 3).

eg.

main.py --data GPS --alg DFRC --k 3

or you can run directly:

cd code
python main.py

About


Languages

Language:Python 100.0%