melkilin / CFM-BD

Distributed rule induction algorithm for building Compact Fuzzy Models in Big Data classification problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFM-BD

A distributed rule induction algorithm for building Compact Fuzzy Models in Big Data classification problems.

Usage: hdfs://url:port <config_file> <header_file> <output_path> [train_file] [test_file] [learn | classify]

For details about input data format and configuration file see header_template.header, data_template.data, and config_template.txt. For further information visit KEEL website.

Please cite as: M. Elkano, J. Sanz, E. Barrenechea, H. Bustince, M. Galar, "CFM-BD: a distributed rule induction algorithm for building Compact Fuzzy Models in Big Data classification problems", IEEE Transactions on Fuzzy Systems, 2019, DOI: http://dx.doi.org/10.1109/TFUZZ.2019.2900856.

BibTeX format:
@article{Elkano2019,
author={Mikel Elkano and Jose Sanz and Edurne Barrenechea and Humberto Bustince and Mikel Galar},
journal={IEEE Transactions on Fuzzy Systems},
title={{CFM-BD: a distributed rule induction algorithm for building Compact Fuzzy Models in Big Data classification problems}},
year={2019},
doi={10.1109/TFUZZ.2019.2900856},
ISSN={1063-6706}
}

About

Distributed rule induction algorithm for building Compact Fuzzy Models in Big Data classification problems

License:GNU General Public License v3.0


Languages

Language:Scala 100.0%