-
Notifications
You must be signed in to change notification settings - Fork 2
This repository contains the MATLAB software for the frequency based analysis framework developed for our paper in eScience 2015 conference. The framework is an adaptation of a cluster tool previously proposed to predict idle resources in non-dedicated clusters. The framework employs empirical cumulative distribution function to benchmark and mo…
License
TauferLab/Weather_Data_Analytics
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This README file describes the contents of the climate data analysis software. A detailed description of this framework can be obtained from: *cite*. NOTE: This version of the software has been tailored for the Matorral tropical or subtropical region of Mexico; as described in *cite*. Please check this repository periodically for updates. * MAIN DIRECTORY STRUCTURE* Climate Data Analysis Framework | |_Input (contains one test.mat for testing, which has been extracted from the Matorral region.) |_ src (contains the src files for the framework) *FOLDER DESCRIPTION* Input -- This folder contains test.mat file used as input by the framework. Using GeoTiff and shapefile, we extracted temperature, precipitation, and solar radiation data for this Matorral sub-region of Mexico. src -- This folder contains a collection of matlab files that make up the framework. A description of its contents is as follows in the next section. *SOURCE DESCRIPTION* src | |_main.m | |_config.m | |_loadData.m | |_hotspotanalyzer.m | |_cdfBuilder.m | |_validation_prediction.m 1. main.m is the top level file. It invokes config, loadData, hotspotanalyzer, cdfBuilder, and validation_prediction matlab scripts in order. 2. config.m sets directory paths to data and initializes variables relevant to analysis. 3. loadData.m implements the 'feature extraction mask' of the framework and extracts climate data for the region of interest. Currently, it is commented out as the framework directly accepts pre-processed MAT files. 4. hotspotanalyzer.m implements the 'extreme-event classifier' of the framework. 5. cdfBuilder.m implements the 'cumulative distribution function' stage. 6. validation_prediction.m performs framework validation and prediction as described in the *cite*. *How to run the analysis?* Given that you are using the directory structure as supplied, just hit run on the main.m and software will produce all of the results!
About
This repository contains the MATLAB software for the frequency based analysis framework developed for our paper in eScience 2015 conference. The framework is an adaptation of a cluster tool previously proposed to predict idle resources in non-dedicated clusters. The framework employs empirical cumulative distribution function to benchmark and mo…
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published