Skip to content

Graph-based ensembles for data stream mining classification that runs in newer versions of MOA (2021-).

Notifications You must be signed in to change notification settings

danielnowakassis/SocialAdaptiveEnsembles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Social Adaptive Ensembles

Modifications in SAE2 and SFNClassifier algorithms to run in newer versions of MOA

For more details about the algorithms:

  • SFNClassifier: a scale-free social network method to handle concept drift, from Barddal et.al

  • SAE2: advances on the social adaptive ensemble classifier for data streams, from Gomes et. al

How to run

  • Insert the sae folder into MOA classifiers folder

  • Then you will be able to run the following command in prompt:

java -cp moa.jar -javaagent:.\sizeofag-1.0.4.jar moa.DoTask \"EvaluatePrequential -l (sae.meta.SFNClassifier) -e (BasicClassificationPerformanceEvaluator -o ) {dataset}

About

Graph-based ensembles for data stream mining classification that runs in newer versions of MOA (2021-).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages