Code Monkey home page Code Monkey logo

clusteringprototypescriticisms.jl's Introduction

ClusteringPrototypesCriticisms.jl

A Julia package for computing clustering prototypes and criticisms.

In particular, we currently support the selection of prototypes and criticisms with the following methods:

Prototypes Criticisms
MMD-critic
k-medoids
k-means
fuzzy c-means
affinity propagation

In order to compute prototypes and criticisms for clusterings, we provide two approaches:

  1. Directly use a clustering result computed with the Clustering.jl package.
  2. Provide the raw data set, the clustering assignments of the data instances, and the kind of method to be used for computing the prototypes and criticisms.

Installation

We assume that you have a working installation of Julia. This package is tested on macOS and Ubuntu (x64 platform, Julia 1.7 and nightly) by CI processes.

Open a Julia REPL and install the package:

julia>]
pkg>add https://github.com/laschuet/ClusteringPrototypesCriticisms.jl

Getting started

Open a Julia REPL and start using the package:

julia>using ClusteringPrototypesCriticisms

Then you can easily read the API documentation:

julia>?
help?>prototypes
help?>criticisms
help?>sqmmd
help?>witness

Alternatively, we invite you to take a quick look at the source code.

Examples

We also provide some usage examples.

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.