The degree of similar, used to measure how similar two vectors are.
0
votes
2answers
643 views
key word/phrase search against similarity Matrix in SQLite
I have a table of documents with the schema:
CREATE TABLE Frequency (
docid VARCHAR(255),
term VARCHAR(255),
count int,
PRIMARY KEY(docid, term));
To find the similarity raw scores for all ...
0
votes
3answers
50 views
How to sort a list by time and similarity?
I would like to sort a list of objects. Each object has a property year and a property name. The Java List needs to be sorted.
Class:
public class Record {
String name;
int year;
}
As an ...
0
votes
3answers
40 views
Similarity distance measures
Vectors like this
v1 = {0 0 0 1 1 0 0 1 0 1 1}
v2 = {0 1 1 1 1 1 0 1 0 1 0}
v3 = {0 0 0 0 0 0 0 0 0 0 1}
Need to calculate similarity between them. Hamming distance between v1 and v2 is 4 and ...
0
votes
1answer
39 views
How do I generate data from a similarity matrix?
Suppose there are 14 objects, each of which have or do not have 1000 binary features. I have a 14x14 similarity matrix, but not the raw 14x1000 data. Is there a way to reconstruct or generate ...
1
vote
2answers
45 views
Inputting a list of strings Python
I have modified a Python code to create a a simple string similarity.
However, I'm trying to do is a user input, where I want the second user input (words) to contain a list of words so that I can ...
1
vote
1answer
17 views
Could I define my own method to calculate UserSimilarity in Mahout's collaborative filtering?
I am using Apache Mahout's user-based collaborative filtering for recommender systems.
I have two questions.
1) Must the UserID and ItemID be numeric?
My datamodel looks like this:
...
0
votes
0answers
35 views
Calculating TF-IDF Similarity Between 2 Documents Using Gensim
I'm using Gensim to calculate the similarity between 2 documents. For some reason the line tfidf[corpus] returns an empty list. I'm not sure why though
articles = []
#make a corpus by adding each ...
0
votes
0answers
28 views
Vector similarity
I have vectors of same length consisting of 1 and 0. I am trying to find out how similar they are. So far I am using hamming distance that I calculate sum of one vector then sum of second vector and ...
0
votes
1answer
41 views
Mahout - Item Similarity, but exclude Items a User has already “bought”
I want to create a video recommender, which recommends via similarity. The challenge is, that I want to exclude videos that the user has already seen. This seems like a pretty obvious case to me, but ...
1
vote
1answer
60 views
algorithm to find a similarity score from facebook and twitter friends?
Using PHP I fetched the friends list from facebook and twitter and I stored each list in an associative array. I have both their names and locations. I want to do comparison of both the friends from ...
0
votes
1answer
49 views
Apache Custom Lucene Scoring
I am trying to modify Lucene's default similarity score as follows. Assume each document and also the query consist of unique words. Our custom similarity score for query q and document d should be ...
3
votes
2answers
130 views
How to detect that two sentences are similar?
I want to compute how similar two arbitrary sentences are to each other. For example:
A mathematician found a solution to the problem.
The problem was solved by a young mathematician.
I ...
-1
votes
1answer
43 views
Similarity measure of vectors [closed]
I want to discuss with you which similarity measure which meets my requirements. My vectors could be look like that:
A = (-4,0,4,null)
B = (-2,null,-4,null)
C = (4,4,4,4)
D = (0,0,0,0)
E = ...
0
votes
0answers
43 views
How to combine TF-IDF with edit distance or Jaro-winkler distance
I am looking for ways to improve the accuracy of TF-IDF weighing scheme in string matching (similarity). The main issue is that TF-IDF is sensitive to typographical errors in stings, and most large ...
0
votes
0answers
24 views
Checking for similarities between 2 data sets with %in% function
I have 2 data sets with 2 columns, "a" and "b". I want to compare them as to check if data 1 and data 2 have any observations in "a" in common. Variable "a" is a integer. I used this function:
...
0
votes
4answers
81 views
compare arrays of two different lengths
I am developing a program on Android that will compare the similarity of Gestures using Gesture Points. I have two arrays like this:
gest_1 = [120,333,453,564,234,531]
gest_2 = ...
-1
votes
1answer
69 views
Matching/Comparing text strings in PHP [closed]
Matching/Comparing text strings in PHP
Hi all,
I am trying to compare some strings, basically to understand if I have a product in a feed of products. As the sources are differer, the perfect match ...
2
votes
1answer
57 views
calculate Similarity of two adverbs or two adjectives
I want to write a program to calculate the similarity of two adverbs or two adjectives, but The WordNet has not ontology structure for adverb and adjective.
At the first try, I used The Adapt-lesk ...
0
votes
1answer
115 views
How to smooth/blur 2 similar images using opencv
I am looking for a way to blur 2 images (somewhat noisy images, taken with the same equipment/setup but may have slightly different lighting) of two identical products (real products that is:) so the ...
0
votes
0answers
105 views
Lucene: How to get the similarity between a query and a text
I have a lot of queries for one text. Example "North America", "Europe", "Asia" (queries) and one text (e.g. a large text about the USA (e.g. the Wikipedia article)).
Now I build an index of the ...
0
votes
1answer
43 views
How to compute cosine similarity on multi-type data?
I have records (rows) in a database and I want to identify similar records. I have a constraint to use cosine similarity. If the variables (attributes, columns) vary in type and come in this form:
...
2
votes
1answer
44 views
Identify the same object from two image with changing back ground [closed]
when we take a video from moving vehicle backward, we will see vehicles behind you moving slowly, while the background(trees, houses, road markers) moving quite fast. Given two successive images from ...
2
votes
1answer
155 views
How to implement Jaccard index in Java or JSP?
I have this problem in calculating Jaccard Similarity for finding similar books using transaction id from MySQL database of sales transactions :
t1= Java,Ruby,C
t2= Java,C#, Python
t3= C#, VB, C
...
0
votes
2answers
59 views
How to measure Syntactic Similarity between a query and a document?
Is there a way to measure the syntactic similarity between a query (sentence) and a document (a set of sentences)?
0
votes
2answers
27 views
text-simplification over php to simplify searches
I am working on a function to allow searching people in the same city.
Since I am not looking forward into using geolocation, I have user input their city. So, in order to have people find each other ...
0
votes
0answers
60 views
What metrics exist to compare image feature vectors except least squares?
I have elongation, solidity and Hu Moments features that represent a set of 150 images.
I would like to know what are typical metrics to make comparison with these feature vectors without using least ...
0
votes
0answers
35 views
Aggregate strings using fuzzy matching
Suppose I have an error log and I wish to get a count of each type of error. I have already performed a naive count by grouping by error message, however a lot of the messages contain context-specific ...
0
votes
0answers
66 views
Sentence-based semantic similarity measuring algorithm for visual studio? [closed]
I am trying to find an open-source algorithm for measuring semantic similarity between 2 sentences to use in my Visual Studio 2012 project. I would like to find a program which takes as input the 2 ...
1
vote
1answer
82 views
Algorithm to identify marked similarities in html
I would like to find similarities (exactly the patterns of it) in one or more
HTML pages without knowing thier structure.
Lets talk about a really simplified example where the content and all ...
1
vote
0answers
66 views
Simple Image-Similarity-Search function (Need a Script or Plugin for my study web-project)
I'm searching for a simple script for my web-project.
For example: There is a simple website where you can upload an image, and If you click on the "find similar Images"-Button, it shows you similar ...
0
votes
1answer
33 views
JPQL/HQL: Sorting entities by similarity to a specimen?
I want to query for entities which are similar to a given entity (of the same type).
The similarity is (in the simplest case) defined as number of the same items in a member collection.
How would the ...
0
votes
2answers
141 views
alternative similarity measure in DBSCAN?
I test my image set on DBSCAN algorithm in scikit-learn python module . There are alternatives for similarity computing:
# Compute similarities
D = distance.squareform(distance.pdist(X))
S = 1 - (D / ...
1
vote
2answers
79 views
Finding Similarity Between Addresses
I have written this following piece of code for finding the similarity between two postal addresses
double similarAddr(String resAddr,String newAddr)
{
String ...
0
votes
1answer
67 views
What are the pre-processing requirements on cosine similarity?
The input on cosine similarity is two vectors representing two different data i want to compare. Is there a requirement for the semantic of the vector? Can it simply be the byte representation of ...
0
votes
3answers
291 views
Compute the similarity between two lists
I'd like to compute the similarity between two lists of various lengths.
eg:
listA = ['apple', 'orange', 'apple', 'apple', 'banana', 'orange'] # (length = 6)
listB = ['apple', 'orange', ...
0
votes
1answer
117 views
Php check similarity of multiple strings [duplicate]
Possible Duplicate:
Algorithms for string similarities (better than Levenshtein, and similar_text)? Php, Js
I have a website that allow users to create accounts to refer others friend. And ...
0
votes
0answers
53 views
Manual computation of Gower's similarity coefficient
There is an example on the computation of Gower's similarity coefficient on the page,
Gower's similarity coefficient
I am trying to work out the similarity manually between patient 1 and 2, however ...
0
votes
2answers
241 views
How to get most similar Eigenfaces or Fisherfaces in OpenCV?
I'm trying to find a measurement for the similarity of 2 faces. I use OpenCV. For that I train Eigenfaces / Fisherfaces with 1000 Photos of 1000 different people (so 1 Photo each person). So I also ...
0
votes
1answer
58 views
Finding relationship between xml nodes using js and or php
this is more of a speculative question as to what you all consider to be the best approach or smartest method to a particular problem I have.
I am developing a web app currently which is largely ...
0
votes
2answers
961 views
Best way to compare two signals in Matlab
I have a signal I made in matlab that I want to compare to another signal (call them y and z). What I am looking for is a way to assign a value or percentage of how similar two signals are.
I was ...
1
vote
1answer
393 views
Compare Terms of Documents in Document Term Matrix in R
I need to build an Similarity Matrix by comparing terms of documents. So for example if Document1 and Document2 have 2 same terms, i need to write a 2 in my similarity matrix
at m[1, 2]. My ...
1
vote
0answers
196 views
Similarity Matrix from DocumentTermmatrix
I need to create a similarity matrix from a document term matrix in order to perform maximum capturing clusturing on documents. Have only found a solution for distance matrix so far. Tryed the dist ...
0
votes
1answer
188 views
Dictionary based string matching algorithm - Java
Is there any dictionary based string matching algorithm in Java?
Something that will give the percentage of similarity between two strings based on the dictionary ?
Like
public double ...
0
votes
1answer
104 views
How do I find a list of (Similar People) People You May know for a website? [closed]
I have website that contains the user details in form of mysql database. I want to implement "People Like You " Algorithm for this site. How do I get started , what do I have to do to generate a list ...
2
votes
1answer
182 views
How to calculate the percentage of similarity of two arrays of different length in php
I have retrieved records of two users from a database in two arrays respectively. The records are of people who follow other people just like in twitter.
Since two users may be following different ...
0
votes
2answers
137 views
Similarity measures for vectors containing mixed data type (discrete and continuous)
I have a set of vectors each of which contain both textual and numeric elements. I am looking for similarity measures for such vectors and if possible their implemented frameworks. Any help much ...
0
votes
2answers
44 views
Which words to omit?
I'm trying to find some similarity measure between two sentences. Fot that I make use of individual semantic similarities of two words. But there are lots of words in the dictionary that I make from ...
0
votes
1answer
176 views
Neo4j node indexing: how to change Lucene default similarity?
I'm using Neo4j (1.9) and lucene core 3.5, through the support offered by the neo4j-lucene-index library.
In my code, I create a new node index like that:
HashMap<String, String> stringMap ...
1
vote
0answers
56 views
similarity between non-colored images
I want to find percentage similarity between images. Images will be uncolored. Specifically I want to compare my own drawing with an image. Image will be like this:
...
0
votes
0answers
60 views
Similarity of sets (considering also the set sizes)
I know that you can use the Jaccard index \ distance to measure the similarity / distance of two sets. However, I am looking for some way to scale the raw Jaccard values with respect to the lengths of ...


