Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small erorrs in docs validate links #270

Closed
wants to merge 95 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
4b2ca49
first commit
jaksle Jul 10, 2023
19e12c7
Update qualityindices.jl
jaksle Jul 10, 2023
2549d10
.
jaksle Jul 10, 2023
6909fcd
Update mytest.jl
jaksle Jul 10, 2023
1caf2ab
refactor
jaksle Jul 11, 2023
326137f
move
jaksle Jul 11, 2023
6e84979
last corrections
jaksle Jul 11, 2023
b2c644c
_arguments
jaksle Jul 11, 2023
1ad7e67
Update qualityindices.jl
jaksle Jul 11, 2023
67cc005
Update qualityindices.jl
jaksle Jul 11, 2023
b23b998
Update qualityindices.jl
jaksle Jul 11, 2023
713d01b
Update qualityindices.jl
jaksle Jul 11, 2023
a5c0831
Update qualityindices.jl
jaksle Jul 11, 2023
fa7a877
Update qualityindices.jl
jaksle Jul 11, 2023
e5485db
Update qualityindices.jl
jaksle Jul 11, 2023
439647f
indices correction
jaksle Jul 12, 2023
6f2ec3e
small corrections
jaksle Jul 14, 2023
6ac56fc
Update src/qualityindices.jl
jaksle Jul 14, 2023
dfed9c4
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Jul 14, 2023
7f47871
Update mytest.jl
jaksle Jul 14, 2023
b87ce27
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Jul 14, 2023
fad8349
Update qualityindices.jl
jaksle Jul 14, 2023
3ecacd2
Update src/qualityindices.jl
jaksle Jul 14, 2023
1d2b40d
Update qualityindices.jl
jaksle Jul 14, 2023
567832a
indxing independence
jaksle Jul 15, 2023
d1f9f9d
Update mytest.jl
jaksle Jul 15, 2023
4b64473
Update src/qualityindices.jl
jaksle Jul 16, 2023
79a3709
Update qualityindices.jl
jaksle Jul 16, 2023
d8d2045
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Jul 16, 2023
e14257c
add clustering_quality
jaksle Jul 17, 2023
39a5599
Update Clustering.jl
jaksle Jul 17, 2023
c003b63
Update validate.md
jaksle Jul 17, 2023
1e1cd6f
docs + tests
jaksle Jul 18, 2023
c78bfee
Update Clustering.jl
jaksle Jul 18, 2023
6579f8e
docs update
jaksle Jul 18, 2023
3b6c9e8
Update clustering_quality.jl
jaksle Jul 29, 2023
31ad6a5
Merge branch 'master' into master
jaksle Oct 7, 2023
7c2b0c4
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Oct 7, 2023
b535f36
Update clustering_quality.jl
jaksle Oct 7, 2023
9da9727
Update src/clustering_quality.jl
jaksle Oct 9, 2023
10c74ab
Update src/clustering_quality.jl
jaksle Oct 9, 2023
f9217a7
Update src/clustering_quality.jl
jaksle Oct 9, 2023
8c2a451
Update src/clustering_quality.jl
jaksle Oct 9, 2023
9c33d00
Update src/clustering_quality.jl
jaksle Oct 9, 2023
de6aee0
Update src/clustering_quality.jl
jaksle Oct 9, 2023
673b733
Update src/clustering_quality.jl
jaksle Oct 9, 2023
8e33d53
Update src/clustering_quality.jl
jaksle Oct 9, 2023
e87e2b4
Apply suggestions from code review
jaksle Oct 9, 2023
d616462
removing aliases
jaksle Oct 9, 2023
df61f01
Update examples
jaksle Oct 9, 2023
0771309
Apply suggestions from code review
jaksle Oct 10, 2023
4ea03e6
Apply suggestions from code review
jaksle Oct 10, 2023
734df67
distance->metric
jaksle Oct 10, 2023
5c0df4d
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Oct 14, 2023
bc65829
docs
jaksle Oct 27, 2023
9604079
Update .gitignore
jaksle Oct 27, 2023
58f592f
Update Project.toml
jaksle Oct 27, 2023
631a5a5
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Oct 28, 2023
c1d787d
alorithm changes + small corrs
jaksle Oct 29, 2023
e8f9538
Update clustering_quality.jl
jaksle Oct 29, 2023
4716c84
Update clustering_quality.jl
jaksle Oct 29, 2023
55f4cf8
fix quality_index matching
alyst Oct 29, 2023
fede9dd
remove :xie_beni aliases
alyst Oct 29, 2023
946bcd1
try to fix tests on 1.0
alyst Oct 29, 2023
07ae425
try to fix test, take #2
alyst Oct 29, 2023
2e7b159
fix some eachcol() uses for 1.0
alyst Oct 29, 2023
d074e52
sqrt 5
jaksle Oct 29, 2023
e255fe4
Update src/clustering_quality.jl
jaksle Oct 29, 2023
23a2216
inner_inertia: use assignments directly
alyst Oct 29, 2023
a2a6e80
fix typo
alyst Oct 29, 2023
58259bc
unify hard and fuzzy calinski_harabasz and xie_beni
alyst Oct 29, 2023
f40a947
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Oct 29, 2023
6fa6714
_inner_inertia
jaksle Oct 30, 2023
b184d9e
cluquality_dunn(): inbounds access to dist
alyst Oct 30, 2023
f681112
tweak davies_bouldin
alyst Oct 30, 2023
d00acba
davies_bouldin: use inbounds
alyst Oct 30, 2023
ab46a36
add tests + inbounds
jaksle Oct 30, 2023
2e7bde8
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Oct 30, 2023
ef377d1
Update src/clustering_quality.jl
jaksle Oct 30, 2023
18930af
Update src/clustering_quality.jl
jaksle Oct 30, 2023
f29e302
Update src/clustering_quality.jl
jaksle Oct 30, 2023
6d807b3
unbroke previous merge
jaksle Oct 30, 2023
c185b80
formatting
jaksle Oct 30, 2023
f7de43e
for Julia 1.0: eachol -> view
jaksle Oct 30, 2023
381ea6c
Update src/clustering_quality.jl
jaksle Oct 30, 2023
88b699f
fix seen_clusters
jaksle Oct 30, 2023
f3ae01c
Update clustering_quality.jl
jaksle Oct 30, 2023
714f689
Update validate.md
jaksle Oct 31, 2023
f7ca62d
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Oct 31, 2023
92c7e7f
add clustering_quality()
jaksle Jan 16, 2024
6b446db
docs: refactor clustering validation
alyst Jan 15, 2024
24dd372
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Jan 19, 2024
40256b5
Update validate.md
jaksle Jan 19, 2024
d50223a
correcting links in docs validate
jaksle Jan 19, 2024
c62cfc2
Merge branch 'master' of https://github.com/jaksle/Clustering.jl
jaksle Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ mutualinfo

## Clustering quality indices

[`clustering_quality()`][@ref clustering_quality] methods allow computing *intrinsic* clustering quality indices,
[`clustering_quality()`](@ref clustering_quality) methods allow computing *intrinsic* clustering quality indices,
i.e. the metrics that depend only on the clustering itself and do not use the external knowledge.
These metrics can be used to compare different clustering algorithms or choose the optimal number of clusters.

Expand Down Expand Up @@ -180,7 +180,7 @@ Higher values indicate better separation of clusters w.r.t. point distances.
silhouettes
```

[`clustering_quality(..., quality_index=:silhouettes)`][@ref clustering_quality]
[`clustering_quality(..., quality_index=:silhouettes)`](@ref clustering_quality)
provides mean silhouette metric for the datapoints. Higher values indicate better quality.

## References
Expand Down
1 change: 1 addition & 0 deletions src/Clustering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ module Clustering
include("fuzzycmeans.jl")

include("counts.jl")

include("cluster_distances.jl")

include("silhouette.jl")
Expand Down
Loading