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
-1
votes
1 answer

How do I implement Python's mock ANY in Golang

I want to be able to compare two dictionaries while ignoring the value of some fields. This is extremely easy in Python with mock.ANY. from unittest.mock import ANY actual = {'userName':'bob', 'lastModified':'2012-01-01'} expected =…
Allen Han
  • 11
  • 2
-1
votes
1 answer

Is 'simpful' package or library?

When i search 'simpful' in google, they say that it is one of the library of python. And I think so. But my professor said me that 'simpful' is one of the package. What is the fact? Is 'simpful' package or library? and Am i missing knowledge?
alive
  • 1
-1
votes
1 answer

How to use Soundex() in googlecolab for python?

I do coding using Python I tried to use soundex() in googlecolab by importing fuzzy . But I can not use . Pl. guide
-1
votes
2 answers

Fuzzy merging in large dataset

I have a large dataset (300k) and there is a particular column I want to clean up - the names column. The problem is that the same name can have multiple unintentional spelling due to human input error, for example "Benjamin" spelled as…
Ben
  • 59
  • 8
-1
votes
1 answer

Handle incorrect spelling of user defined names in python application

Problem with incorrect spelling : When you are making an application with user input, you may expect incorrect input. There are spell check libraries available to handle them, however user defined data may not be present in dictionary. For…
Bidya
  • 179
  • 2
  • 11
-1
votes
1 answer

Google Sheets - Matching Company Names

I have 2 databases, both have names of companies, but in different formats. I have been able to do exact matching using vlookup. I want to extract companies that were written differently, but they are actually the same company and extract the…
-1
votes
2 answers

How to perform fuzzy clustering method on Qualitative Bankruptcy dataset

We are required to build a fuzzy system with MATLAB on Qualitative_Bankruptcy Data Set and we were advised to implement Fuzzy Clustering Method on it. There are 7 attributes (6+1) on the dataset (250 instances) and each independent attribute has 3…
Rex Low
  • 2,069
  • 2
  • 18
  • 47
-1
votes
1 answer

Representing the result in grayscale

I'm working with this script. The issue is that the result is coloured and I want it in grayscale, but couldn't figure what to change in the script to do that. Do you know what changes I should perform to get the result as grayscale? Thanks.
Simplicity
  • 47,404
  • 98
  • 256
  • 385
-1
votes
1 answer

any new algorithm for fuzzy hyperbox pruning?(Fuzzy min max Neural network)

I am working on project Fuzzy Min Max Neural network(classification). there is a requirement from client to use two or more pruning algorithm to prune hyperbox? Hyperbox is a n Dimensional box in which each dimension of box represent a attribute of…
Ashish
  • 1,943
  • 2
  • 14
  • 17
-2
votes
1 answer

can i know why my aggregate result does not work

acuteStress=Math.min(t1,Math.min(t2,Math.min(t3,Math.min(t4,Math.min(t5,Math.min(t6,Math.min(t7,Math.min(t8,Math.min(t13,Math.min(t14,Math.min(t15,Math.min(t16,Math.min(t17,Math.min(t18,Math.min(t19,Math.min(t20,Math.min(t37,Math.min(t38.Math.min(t39…
nor
  • 3
  • 2
-2
votes
1 answer

Data matching in python (fuzzy, levenstein?)

I would like to do something like an excel fuzzy v-lookup, but in python. I have a list of ~10,000 concatenated strings like: JohnSmith5159LosAngeles JaneDo7729NewYork etc that I would like to look up similar strings among a list formatted the…
-2
votes
1 answer

use jfuzzylite in java program

I start the programming with fuzzy system and recently know that I can use jfuzzylite library in my java program. But I don't know how can use it or call their class to use in my code. Infact, I need implement fuzzofication, rule evaluation,…
emily
  • 1
-2
votes
1 answer

Will Lucene fuzzy search supports all languages

Will Lucene fuzzy search supports Chinese and Japanese languages? Can we use it for all the languages?
mohankrish
  • 25
  • 2
-2
votes
2 answers

JQuery - make an element go "fuzzy"

I have recently been developing a website for a company, with a full administration front end / CMS. In the Admin frontend, which unfortunately I cannot show you for security reasons, there is a Range list, Collection list and Design list. I would…
ClarkeyBoy
  • 4,934
  • 12
  • 49
  • 64
-2
votes
1 answer

SSIS - Fuzzy Grouping Column increment

I tried using fuzzy grouping for a column and added other columns as a pass through but value of the column for which the pass through is inhibited gets incremented. Has anyone faced this issue?
1 2 3
24
25