Difference between revisions of "ISSS608 2017-18 T3 Assign Wang Runyu Data Visualization"

From Visual Analytics and Applications
Jump to navigation Jump to search
Line 26: Line 26:
 
==Patterns of all of the bird species==
 
==Patterns of all of the bird species==
 
===Overview Patterns===
 
===Overview Patterns===
[[File:Pattern overview all.png|left|700px]]
+
[[File:Pattern overview all.png|700px]]
 
<br>
 
<br>
  

Revision as of 23:05, 7 July 2018

Brambling20male-zzzzzzzz.jpg VAST Mini Challenge 1: "Cheep" Shots?

Background

Data Preparation

Data Visualization

Conclusions

 


Patterns of all of the bird species

Overview Patterns

Pattern overview all.png

Pattern of Different Quarter

Pattern Around Dumping Site

Q2

Visual Analytical Approach

Remove Highly Correlated Features

As the text format outcome from seewave package(analyzeFolder function) contains 69 features, it is not practical for us to analyze all the features visually. In the first step, I use findCorrelation() function to eliminate highly correlated features. I set the pair-wise absolute correlation cut off to 0.6.

Correlation Plot

remove features based on corr plot observations

Corr plot q2 visual method.png

Corrplot, select variables, we not only consider to check the variables nearby, but all the variables For example, group of 'specSlape_sd', 'harmonics_median', 'peakFreq_median', I choose 'peakFreq_median'.

Trellis Plot for Variable Density
Density plot q2 visual method.png

Machine Learning Approach

Random Forest

Decision Tree