Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Quirinms authored Jun 23, 2020
1 parent a6f4439 commit 8b1583b
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ Cls=Leukemia$Cls
ClusterPlotMDS(Data,Cls,main =Leukemia’,Plotter3D =plotly’)
```

<p align="center">
<img src="/img/Fig0.png" width="400" height="400">
</p>

<img src="/img/Fig0.png" width="400" height="400">

### Cluster challenge - Testing clustering algorithms on artificial data sets

Expand All @@ -69,8 +71,9 @@ $ClusterPercentages
[1] 50.26667 49.73333
```

<img src="/img/Fig1.png" width="400" height="400">

<p align="center">
<img src="/img/Fig1.png" width="400" height="400">
</p>

### Clusterability / Cluster tendency - Estimating the potentiality of data sets to be clustered

Expand All @@ -84,7 +87,10 @@ library(ggplot2)
ClusterabilityMDplot(Data)+theme_bw()
```

<img src="/img/Fig2.png" width="400" height="400">
<p align="center">
<img src="/img/Fig2.png" width="400" height="400">
</p>


### Estimation of number of clusters

Expand All @@ -106,8 +112,9 @@ max.nc = MaximumNumber, PlotIt = TRUE)
```


<img src="/img/Fig4.png" width="400" height="400">

<p align="center">
<img src="/img/Fig4.png" width="800" height="400">
</p>

## Installation

Expand Down

0 comments on commit 8b1583b

Please sign in to comment.