README.md

# ROCK
[![Build Status](https://semaphoreci.com/api/v1/ayrat555/rock/branches/master/badge.svg)](https://semaphoreci.com/ayrat555/rock)

ROCK: A Robust Clustering Algorithm for Categorical Attributes

The algorithm's description http://theory.stanford.edu/~sudipto/mypapers/categorical.pdf

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `rock` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:rock, "~> 0.1.0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/rock](https://hexdocs.pm/rock).