Skip to content

# This file provides a simple description on the R code of the RF-R algorithm

Notifications You must be signed in to change notification settings

dnncode/Random-Forest-for-Recurrence-Data

Repository files navigation

RF-R (Random Forests for Repairable System Reliability)

Also see Readme.R

---------------------------------------------------------------

---------------------------------------------------------------

This file provides a simple description on the R code of the RF-R algorithm

Last update: 12/11/2018

---------------------------------------------------------------

---------------------------------------------------------------

The code is based on the paper:

#"Analysis of Large Heterogeneous Repairable System Reliability Data with Static System Attributes and Dynamic Sensor Measurement in Big Data Environment"

Available at ArXiv: ***

---------------------------------------------------------------

---------------------------------------------------------------

Data

---------------------------------------------------------------

---------------------------------------------------------------

Data set is too big to be uploaded to GitHub (with 25Mb size limit)

Two sample data sets are provided

The folder Example1 contains "dataset A" in the paper

The folder Example1b contains "dataset B" in the paper

The folder CaseStudy1 contains cast study data in the paper

---------------------------------------------------------------

---------------------------------------------------------------

The main R code

---------------------------------------------------------------

---------------------------------------------------------------

"RF-R-MCF.R" is the code that handles ONLY the static sytem attributes

"RF-R.R": Random Forests for Repairable System Reliability Analysis

*This version of code handles both the static system attributes and dynamic sensor measurement

---------------------------------------------------------------

---------------------------------------------------------------

The main R code

---------------------------------------------------------------

---------------------------------------------------------------

Dependencies: SNOW (Simple Network of Workstations) package in R for parallel computing

It is highly recommended to run the code on HPC facilities, especially for large data sets

About

# This file provides a simple description on the R code of the RF-R algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages