<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Distance Measures on ARI Systems</title>
    <link>https://aripd.com/tags/distance-measures/</link>
    <description>Recent content in Distance Measures on ARI Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>ARI Systems</copyright>
    <lastBuildDate>Sat, 16 May 2026 06:19:44 +0000</lastBuildDate>
    <atom:link href="https://aripd.com/tags/distance-measures/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Algorithms</title>
      <link>https://aripd.com/blog/algorithms/</link>
      <pubDate>Wed, 15 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://aripd.com/blog/algorithms/</guid>
      <description>&lt;h2 id=&#34;distance-measures&#34;&gt;Distance Measures &lt;a href=&#34;#distance-measures&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://towardsdatascience.com/9-distance-measures-in-data-science-918109d069fa&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;9 Distance Measures in Data Science&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img src=&#34;./distance-measures.jpg&#34; alt=&#34;Distance Measures&#34;  title=&#34;Distance Measures&#34;  class=&#34;img-fluid&#34; loading=&#34;lazy&#34; /&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;manhattan-distance&#34;&gt;Manhattan Distance &lt;a href=&#34;#manhattan-distance&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Manhattan distance calculates the distance between two real-valued vectors.&lt;/p&gt;&#xA;&lt;p&gt;$$D_{Manhattan}(x,y) = \sum_{i=1}^{n} |x_i - y_i|$$&lt;/p&gt;&#xA;&lt;h3 id=&#34;euclidean-distance&#34;&gt;Euclidean Distance &lt;a href=&#34;#euclidean-distance&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Euclidean distance calculates the distance between two real-valued vectors.&lt;/p&gt;&#xA;&lt;p&gt;$$D_{Euclidean}(x,y) = \sqrt{\sum_{i=1}^{n} |x_i - y_i|^2} $$&lt;/p&gt;&#xA;&lt;h3 id=&#34;minkowski-distance&#34;&gt;Minkowski Distance &lt;a href=&#34;#minkowski-distance&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Minkowski distance calculates the distance between two real-valued vectors.&lt;/p&gt;&#xA;&lt;p&gt;It is a generalization of the Euclidean and Manhattan distance measures and adds a parameter, called the “order” or “p“, that allows different distance measures to be calculated.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
