Giter VIP home page Giter VIP logo

monfknn's Introduction

MonFkNN - Monotonic Fuzzy k-Nearest Neighbors

Monotonic Fuzzy k-Nearest Neighbors is an adaptation of the original Fuzzy k-NN for Monotonic Classification.

This repository includes the following files:

  • skeel/classification/lazy_learning/MonFuzzyKNN: Main class of Monotonic Fuzzy k-NN. It extends MonKNN.
  • skeel/classification/lazy_learning/FuzzyKNN: Implementation of the original Fuzzy k-NN
  • skeel/classification/lazy_learning/KNN: Class implementing k-Nearest Neighbors for standard classification. It is needed by MonKNN class.
  • skeel/classification/lazy_learning/MonKNN: Class of KNN for Monotonic classification. It extends KNN. It is needed by MonFuzzyKNN class.
  • skeel/classification/Classifier: Scala trait to set the basics for every classifier.
  • skeel/utils/Distance: Factory to compute the distance between two instances.
  • skeel/utils/KeelDataset: Class to read and parse a dataset in KEEL format.
  • skeel/utils/MonKeelDataset: Class to read and parse a dataset for monotonic classification in KEEL format.
  • skeel/utils/Score: Class to compute the confusion matrix and different measurements giving the real and predicted class labels.
  • skeel/utils/MonotonicScore: Class to compute different measurements of monotonic classification giving the real and predicted class labels. It extends Score class.

This proposal was accepted as a research paper in the journal Neurocomputing. ArXiv manuscript

monfknn's People

Contributors

sergiogvz avatar

Stargazers

Natalia Díaz Rodríguez avatar Start°时光 avatar

Watchers

 avatar paper2code - bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.