Questions tagged [fuzzy]

DO NOT USE - ambiguous: see fuzzy-search, fuzzy-logic, or image-processing for more appropriate tags.

Do not use this tag. It is ambiguous: see , , or for more appropriate tags.

363 questions
0
votes
1 answer

Fuzzy Lookup transformation connect Excel file in SSIS

I am having trouble finding a reference that shows me how to connect Fuzzy Lookup in SSIS to an excel file instead of a database. Searching the internet I have found this tip: Excel Source as Lookup Transformation Connection, but it provides a…
0
votes
0 answers

MySQL Fuzzy Search across all fields for autocomplete

Note this is a follow-up to a previously asked question here, but on a completely different issue and hence a new question. I have a database which basically holds addresses The table (tblAddress) looks like this... housename | housenumber |…
0
votes
0 answers

Strategy to find preferred row in a set of fuzzy matched group of rows

I'm looking for a algorithm/strategy/approach to find a preferred row which can be used as an identifier for a group. This group is a set of rows which are duplicates (fuzzy). For example: Table A | id | group_id | title | total |…
0
votes
1 answer

How can I implement fuzzy search using solr

For example, I have got a name with first name, middle name and last name. I need to search different combinations of name like {first name, middle name, last name},{middle name, first name, last name} and so on(6 combinations). In the mean time,…
Akhil Valayil
  • 49
  • 1
  • 10
0
votes
1 answer

Fuzzy logic rule generation

What is the correct formula for finding the number of rules, having 5 inputs (S, O, F, C, W) and 2 lingustic terms (high and low)? How many rules will be created in this problem? Thanks
0
votes
1 answer

parse regex fuzzy logic rules

There are some fuzzy logic string rules like: IF Input1.A AND Input2.B Then Output1.A IF Input1.A AND (NOT Input2.B) AND Input3.C Then Output1.A I want to capture groups after AND and after Then. and also capture (NOT Input2.B) with its…
0
votes
1 answer

Faster For Loop for Fuzzy Match

Below is a simple script for fuzzy matching that i've written. There are about 24,000 keywords in the input file, and about 900,000 in the master list. It currently is taking ages to process the 24,000 keywords. Any ideas how i can eliminate the for…
BlackHat
  • 736
  • 1
  • 10
  • 24
0
votes
1 answer

Fuzzy Compare between two hive columns using apache spark with scala

I am reading the data from 2 hive tables. Token table has the tokens that needs to be matched with the input data. Input data will have description column along with other columns. I need to split input data and need to compare each splitted element…
0
votes
1 answer

Elasticsearch edgeNGram analyzer/tokenizer fuzzy query matching

We have an Accounts table that we are searching for similar records using fuzzy query with edgeNGram analyzer for multiple fields. Our setup: Settings { settings: { analysis: { analyzer: { edge_n_gram_analyzer: { …
Tanin
  • 1
  • 1
  • 2
0
votes
1 answer

SAS Fuzzy Lookup

I'm trying to do a fuzzy lookup on two datasets in SAS. I have searched over google and found the below link which explains the process of doing the fuzzy lookup in SAS. Link:…
Ajay
  • 1
0
votes
1 answer

jFuzzyLogic library in android studio does not work

i'm writing an android application that uses fuzzy inference for showing final result on one of my activities. I use jFuzzyLogic library for this purpose , and first of all i want to only run famous tipper fuzzy problem in my app , but when i write…
Eldar
  • 1
  • 1
0
votes
1 answer

How to plot fuzzy membership function?

I have this membership function of fuzzy: br =[0 0 0.7802 0.3298 0 0 0 0]; n = [0 0 0 0.6702 0.4397 0 0 0]; bl =[0 0 0 0 0.5603 0.5496 0 0]; I want to make its graph by using plot. I tried using trimf but the output does not…
Mas Biru
  • 29
  • 6
0
votes
1 answer

invalid 'ncol' value (< 0) in R

I'm trying frbcs.w function and using the example code present for the iris data to train and test the data. My data is score of 10 features of 370 reviews. So it is a matrix of 10 X 370. I'm using R for the first time, and even after taking only a…
0
votes
3 answers

Fuzzy match between two tables

I have two tables with customer information like name and address. ID Name Full Address 1 Anurag 123 CA USA 5001 2 Mike ABC CA USA 5002 3 Jason ZYZ TX USA 5003 4 Roshan HBC MS USA 5004 5 Tony UYS VT USA 5005 New_ID Name …
0
votes
0 answers

jfuzzylite - 5.0 - Error when running

I'm relatively new to fuzzy logic so please bear with me. I imported the jfuzzylite 5.0 package into my android application. I have no compiler errors, but when i run the application i get the following error; E/ERROR: [syntax error] expected…