|
@@ -58,11 +58,11 @@ const renderPokemonTileCluster = (area, { mu, nu, proportion }, scores) => {
|
|
|
["", nu[1].toFixed(2) + ","],
|
|
|
["", nu[2].toFixed(2) + ")"],
|
|
|
["I =", scores.inertia.toFixed(2)],
|
|
|
+ ["V =", scores.muNuAngle.toFixed(2) + "°"],
|
|
|
+ ["N =", scores.size],
|
|
|
["L =", scores.lightness.toFixed(2)],
|
|
|
["C =", scores.chroma.toFixed(2)],
|
|
|
["β = ", scores.importance.toFixed(2)],
|
|
|
- ["V =", scores.muNuAngle.toFixed(2) + "°"],
|
|
|
- ["N =", scores.size],
|
|
|
]
|
|
|
.map(([lbl, val]) => renderStatPair(lbl, val))
|
|
|
.map(ls => renderStatRow([ls]))
|