Distance matrix

The distance matrix is used not just for visualization, but for learning algorithms too. You can think of them as a column of collections, where each cell contains the difference between the previous rows.

The supported distance functions are the following:

  • Real distances
    • Euclidean(Distance matrix)
    • Manhattan (Distance matrix)
    • Cosine (Distance matrix)
  • Bitvector distances
    • Tanimoto ()
    • Dice ()
    • Bitvector cosine ()
  • Distance vector (assuming you already have a distance vector, you can ...

Get KNIME Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.