Skip to content
/ tree-ch Public

Tree stream mining algorithm Chernoff Bound

Notifications You must be signed in to change notification settings

arizbw/tree-ch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Application - Tree stream mining algorithm with Chernoff-bound

Guide

This application is the implementation of Tree stream mining algorithm with Chernoff-bound which is published in Tree stream mining algorithm with Chernoff-bound and standard deviation approach for big data stream, Journal of Big Data, volume 6, Article number: 58 (2019), ISSN: 2196-1115.

Base Framework

MOA (Massive Online Analysis) it the base framework that we used for ch.

Datasets

MOA (Massive Online Analysis) it the base framework that we used for ch.

Application

Please download this application

Script to run LearnModel FIMT-DD-ch

java -cp moa-ch.jar moa.DoTask "LearnModelRegression -l trees.FIMTDD -s (ArffFileStream -f (traffic.arff)) -O (ch-traffic-demand.moa) -m 100000000"

Script to test EvaluateModel FIMT-DD-ch

java -cp moa-ch.jar moa.DoTask "EvaluateModelRegression -m file:ch-traffic-demand.moa -s (ArffFileStream -f (traffic.arff)) -i 100000"

Parameters in LearnModelRegression

-m : max instance
-s : stream file to learn by the model ( you can change this file as data training forthe model)
-O : save the model

Parameters in EvaluateModelRegression

-m : load model file
-s : stream file to learn by the model ( you can change this file to test the model)
-i : amount of instances to be tested

About

Tree stream mining algorithm Chernoff Bound

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published