Skip to main content

Questions tagged [euclidean]

Euclidean distance is the intuitive notion of a 'straight-line' distance between two points in a Euclidean space.

0 votes
0 answers
76 views

Developing a Similarity Metric for Parametric Curves Using Fourier Series I'm exploring ways to compare parametric curves on the xy-plane using their Fourier series representations. My goal is to ...
E Fresher's user avatar
  • 133
1 vote
1 answer
185 views

I'm trying to compare two test metrics (Metric A and Metric B) to determine which one better predicts a delta value, which represents a Euclidean difference. I am unsure how to determining which ...
agf1997's user avatar
  • 41
2 votes
1 answer
156 views

I have subjects with about 200 features each. These feature vectors are stored in a vector database, where similarity searching with Euclidean distance is used to find subjects that are similar to a ...
T_d's user avatar
  • 23
2 votes
0 answers
113 views

In general, is it correct to use one distance metric on another distance matrix? For example, is it valid to use Euclidean metric on Jaccard distance matrix as input data in algorithms? or any other ...
rkabuk's user avatar
  • 71
2 votes
1 answer
419 views

I'm using Euclidean distance as a metric to compare two sentences for similarity while clustering them using my custom incremental KMeans algorithm. The current threshold value I'm using is 0.7 which ...
sanjay M's user avatar
1 vote
0 answers
110 views

I have an (unbalanced) panel dataset with 20 countries, 57 years, and 8 variables, and I would like to cluster the countries according to their dynamic trend in these variables (whether using kmeans ...
last_resource's user avatar
2 votes
1 answer
480 views

Suppose I have 4 vectors, the first 2 vectors are of length 4 and the last 2 vectors are of length 400. all values in the vectors range from 0.5 to 0.6. The Euclidean distance between the last 2 ...
user17420392's user avatar
2 votes
2 answers
2k views

I am interested in the comparison of Pearson correlation and Euclidean distance as measures of similarity between data points. Suppose I have 4 data points, w, x, y, z, in a multidimensional space, ...
taellipsis's user avatar
0 votes
1 answer
606 views

Does a transformation exist that allows to use of the Euclidean distance with the word embeddings? The Cosine distance could be a problem in my case. For example, what if I translate the vector to a ...
ozw1z5rd's user avatar
  • 171
1 vote
1 answer
734 views

I have a list of coordinates for where different people live over an eight-year period. They are repeat cross-sections of populations served by several county agencies for free workforce training for ...
dcoy's user avatar
  • 422
2 votes
1 answer
912 views

I have a co-occurrence matrix about hashtags usage (The value in the cell means the number of times two hashtags appear together in a single tweet), it is transformed from a 2-mode matrix. Now I want ...
Xinmeng Lien's user avatar
2 votes
0 answers
342 views

I asked a question in SO but was told it is more appropriate here. I'm trying to compute the euclidean distance with vectors of different lengths. ...
HappyPy's user avatar
  • 163
1 vote
0 answers
405 views

Apologies if this has been answered elsewhere, but I couldn't find any answers discussing this specific question. I am lacking some notion on clustering using euclidean vs correlation distance, when ...
tomsgoms's user avatar
0 votes
0 answers
164 views

On Wikipedia there's a statement: When a measure such as a Euclidean distance is defined using many coordinates, there is little difference in the distances between different pairs of samples. Is ...
Yandle's user avatar
  • 1,229
0 votes
0 answers
171 views

Is cosine similarity a good metric to measure word embedding similarity? Suppose that we have two vectors of word embedding in same direction but with different length( first one with len=1 and second ...
Mahdi Amrollahi's user avatar

15 30 50 per page
1
2 3 4 5
11