Skip to content

Commit

Permalink
version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pajaskowiak committed Nov 14, 2022
1 parent ef9b2b8 commit c3fc76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ print((((dPlot[[1]] | dPlot[[2]] | dPlot[[3]])/

#### Example 4

Maybe you have a list of partitions (even with more than one partition per value of k). No worries. You can evaluate all of them and even get a nice plot on the go. In the middle plot we depict all evaluations from AUCC (note that now we have more than one partition per k). We then fit a line [loess](https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/loess) just to have an idea on the trend of the values. The res object has both plost from the right and all AUCC values within it.
Maybe you have a list of partitions (even with more than one partition per value of k). No worries. You can evaluate all of them and even get a nice plot on the go. In the middle plot we depict all evaluations from AUCC (note that now we have more than one partition per k). We then fit a curve ([loess](https://www.rdocumentation.org/packages/stats/versions/3.6.2/topics/loess)) just to have an idea on the trend of the values. The res object has both plots from the right and all AUCC values within it.

```{r}
library(clusterConfusion)
Expand Down

0 comments on commit c3fc76e

Please sign in to comment.