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
0 answers

Fuzzy Clustering in R with a Survey Data

I have a survey data which has 18.406 rows and 247 columns. It has too many likert scale questions. And of course it has NAs. I checked similar questions and I saw an answer in that topic: Cluster Analysis in R with missing data But it doesn't work…
0
votes
1 answer

Splitting a set of object into several subsets according to certain evaluation

Suppose I have a set of objects, S. There is an algorithm f that, given a set S builds certain data structure D on it: f(S) = D. If S is large and/or contains vastly different objects, D becomes large, to the point of being unusable (i.e. not…
user319799
0
votes
1 answer

sql matching in Access

I have two tables that I am trying to match on column from each. The columns on each table are names and have been standardized as best as I can. Even though standardized the two columns are not exactly the same and I need to match the table…
PaddyFitz
  • 3
  • 2
0
votes
0 answers

Matlab - Fuzzy k-Nearest Neighbor Classification Algorithm Example

I am searching for an example that implement FKNN, I found this function as function [predicted,memberships, numhits] = fknn(data, labels, test, ... testlabels, k_values, info, fuzzy) But I cant call that function.. any example will be…
Ali_Iraqy
  • 11
  • 4
0
votes
1 answer

fuzzylite operands number error . logical operator expects two operands, but found <3>

in fuzzylite API , when i define a rule with more than 2 operator(i am not sure), i receive below error : 03-06 17:19:49.155: W/System.err(712): java.lang.RuntimeException: [syntax error] logical operator expects two operands, but found…
0
votes
1 answer

android error in onclick button it say something about integer

I got this error while intialize the integer,before I use the if to control the integer its fine...but after I add some condition "if" it forced close and in debugger it say error about integer I initialized with parse int...please need…
Reza Rahmad
  • 13
  • 1
  • 6
0
votes
1 answer

SSIS and Netezza Fuzzy Looup

I am trying to connect to Netezza using SSIS , connection works fine but when I used Fuzzy look up get the table from Netezza it does not work. How do I know it does not work is because it shows the table but when I go to column mapping I don't see…
user1570210
  • 1,169
  • 12
  • 26
  • 37
0
votes
2 answers

Complex URL handling conception

I'm currently struggling at a complex URL handling concept question. The application have a product property database table/collection with all the different product types (i.e. categories, colors, manufacturers, materials,…
davidone
  • 15
  • 4
0
votes
2 answers

Fuzzy Matching on Date-Type values

I don't have a real question but I'm more like seeking for creative input for a problem. I want to compare two (most likely unequal) Date values and calculate the ratio of their similarity. So for example if I'd compare 08.01.2013 and 10.01.2013 I…
Frank Wittich
  • 139
  • 3
  • 11
0
votes
3 answers

Converting PHP Fuzzy time to Javascript?

I have a php function to do fuzzy time (aka time ago). This is used when building a table from the server side, however now we are adding new items to the table through JavaScript, and we have the ability to select a date, therefore I need to …
Hailwood
  • 89,623
  • 107
  • 270
  • 423
0
votes
1 answer

error in inserting cell type numbers for fuzzy input

I want to make a system content Fuzzy, so first I make the graphical system shape in GUI. The main sector of my system is a table that some columns of this table must be filled by user, other rows must be filled after Fuzzy processes. Then, I make…
Amir Mohammadi
  • 1
  • 1
  • 1
  • 3
0
votes
1 answer

Unexplaned behavior with difflib.SequenceMatcher get_matching_blocks()

I was experimenting with fuzzywuzzy and encountered that for quite a few cases it was generating wrong result. I tried to debug and encountered a scenario with get_matching_blocks() which was difficult to explain. My understanding of…
Abhijit
  • 62,056
  • 18
  • 131
  • 204
0
votes
2 answers

Matlab output each cluster from fuzzy clustering

How do you output the data from each cluster using FCM in matlab? [center,U,obj_fcn] = fcm(data,cluster_n)
G Gr
  • 6,030
  • 20
  • 91
  • 184
0
votes
1 answer

How to match unique ID from the different table in database and retrieve data according to that unique ID in Java?

Table user in database(postgresql) has unique id for each user, dob, first and last names of the user; Table points in database has userID and gamePoints columns. In java servlet, how do I match and retrieve who exactly that user is with points and…
krest
  • 41
  • 1
  • 5
  • 11
0
votes
1 answer

XNA Texture Stretch Fuzzy

If I stretch a texture to a destination rectangle, and I have a simple 1X2 sprite (windows forms button background) XNA stretches the sprite very fuzzy, I get a gradient instead of the bottom part dark and the top one light. Is there something like…
Basaa
  • 151
  • 2
  • 13