Skip to content

Commit

Permalink
adds some pages in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Feb 23, 2021
1 parent 14df47e commit d528dd0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/src/centerselection.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ KCenters support different ways to compute or select object prototypes (centers)
You can use them through [`center`](@ref) function; any new scheme must specialize
from [`AbstractCenterSelection`](@ref) and specialize `center` function.

```@index
```

```@docs
AbstractCenterSelection
Expand Down
3 changes: 3 additions & 0 deletions docs/src/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ end

Functions to cluster objects using distance functions and center selection schemes.

```@index
```

```@docs
ClusteringData
kcenters
Expand Down
3 changes: 3 additions & 0 deletions docs/src/criterions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ end

The following functions create an stop criterion function of the form: `(dmaxlist, database) -> bool`. This function returns `true` whenever the caller must stop and `false` otherwise.

```@index
```

```@docs
size_criterion
sqrt_criterion
Expand Down
3 changes: 0 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ CurrentModule = KCenters

## API


```@index
```

```@autodocs
Modules = [KCenters]
```
3 changes: 3 additions & 0 deletions docs/src/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ end

Helping functions for partitioning data.

```@index
```

```@docs
partition
knr
Expand Down

0 comments on commit d528dd0

Please sign in to comment.