Skip to content

R implementation of K Nearest Neighbors & Dynamic Time Warping

Notifications You must be signed in to change notification settings

yuting1214/Sequential-Data-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Sequential Data Classification

A comprehensive pipeline to analyze Sequential Data with Machine learning algorithm.

Problem description:

  • Use industrial data as input to classify output with eight categories.

Outline

Transforming raw data

Transform the raw text data into csv file data.

Visualization

Visualize the raw data in GIF format.

Model

Dynamic Time Warping + K Nearest Neighbors

Simulation

Build some cross-validation functions to examine the performance of model.

Summary

Reference

Montero, P and Vilar, J.A. (2014) TSclust: An R Package for Time Series Clustering. Journal of Statistical Software, http://www.jstatsoft.org/v62/i01/

Releases

No releases published

Packages

No packages published

Languages