Hipparchus-Math / hipparchus

An efficient, general-purpose mathematics components library in the Java programming language
Apache License 2.0
139 stars 41 forks source link

hipparchus.org website: issue with lists on documentation pages #341

Open mmatsn opened 4 months ago

mmatsn commented 4 months ago

Hello, On documentation pages sometimes all the lists are the same as the first list of the page. An example at https://hipparchus.org/hipparchus-clustering/index.html

I read at chapter "Clustering algorithms and distance measures" :

The following algorithms are available:
 - KMeans++ : It is based on the well-known...
 - Fuzzy-KMeans : A variation of the calssical...
 - ...

And I read at chapter "Distance measures" the exact same algorithm list, while it should be a distance measures list :

The following distance measures are available:
 - KMeans++ : It is based on the well-known...
 - Fuzzy-KMeans : A variation of the calssical...
 - ...

Pages affected that I know of : Least squares Clustering Curve fitting