The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
23 views

How to use Fuzzy GUI editor in Scilab?

I've installed Fuzzy Logic Toolbox on Scilab 5.4.1 In Matlab we can write fuzzy in command line and use fuzzy GUI editor. How to use Fuzzy GUI editor in Scilab?
0
votes
1answer
16 views

What is fuzzy strings in gettext?

I am using django-rosetta fo translations. I have very basic quetion - what is fuzzy strings? And what is a practical application of fuzzy?
0
votes
0answers
12 views

ANFIS membership functions

I'm creating some ANFIS via the ANFIS MATLAB Toolbox. I have time series of inputs and target values. The if-then structure identification is done in one case using Grid Partitioning, in the other ...
0
votes
4answers
56 views

MaxMin matrices composition

I'm working on fuzzy classifications. Because I'm not a real software developer... just realized that I'm not able to implement, in C language, the max-min composition on matrices. I'll try to be ...
0
votes
0answers
48 views

designing fuzzy logic forecasting demand in php

i have web-based project for forecast demand of product using fuzzy logic i want to ask is there any fuzzy logic library that available in php? is it possible to integrate MATLAB with php ? since ...
-6
votes
0answers
40 views

membership function and Fuzzy classification [closed]

I want to implement 1: Convert an image into matrix. 2:Apply median filtering. 3: Decide the number and type of Membership functions for the input image by tuning the membership functions. The ...
1
vote
1answer
47 views

Fuzzy search with Solr and sunspot

I have installed Solr and the Sunspot gem for my Rails 3.0 app. My goal is to do fuzzy search. For example, I want the search term "Chatuea Marguxa" be found as "Château Margaux". Actually, only the ...
0
votes
1answer
33 views

Rails : what rails fuzzy method/gem/plugin use to search in a 1 million records database table?

I own a ~1 million records mysql table. I will need soon to add search in my Rails 3.x app. I want the search to be fuzzy. Actually, I use a plugin (rails-fuzzy-search) for another table but it's ...
1
vote
0answers
36 views

Best option to fuzz a C Network Program

I have a client/server simple program in C. I want to test the server running on different machine with random inputs. I have looked at 'Bunny-the-fuzzer' but from what I can understand It wont be ...
0
votes
0answers
22 views

RubyMine or IntelliJ - Fuzzy file searching by directory?

I'm attempting to use RubyMine, but there's one feature that's consistently killing my productivity. I use this all the time in Sublime. Say I have a hundred index.html.haml files strewn across my ...
0
votes
0answers
45 views

Fuzzy Logic / matching on Company Name (leads)

I need some help I have looked at conventional methods of using De-Duping tools however because i work for an organisation which is multi alliance the de-duping tool looks at the entire database, ...
0
votes
0answers
22 views

Fuzzy Inference System with Non Fuzzy Output

I am planning to make a classification system using fuzzy inference system. Is that even possible? I have several inputs that can be mapped into [0,1] but the output is classification result. here the ...
0
votes
0answers
20 views

Fuzzy Lookup,Fuzzy Grouping. When to use?

I've got a question based on a homework assignment that I got from school. The teacher told us about fuzzy grouping and fuzzy lookup and told us that it uses fuzzy matching but stopped there. She ...
2
votes
2answers
44 views

How can I Save the data in a file or a matrice that are displayed by this “opts = statset('Display','iter');” in Matlab?

I'm developing a piece of k-means fuzzy code. Now I want to save the data of each iteration that is displayed by statset('Display','iter');. Help me please. X = [randn(20,2)+ones(20,2); ...
1
vote
0answers
40 views

Fcl file can be supported by Android tablet?

I use jfuzzylogic application for my thesis project. When I tried to run jfuzzylogic application on Android platform, I was faced with a problem. After I run this code below, fcl file couldn't be ...
0
votes
0answers
38 views

Change default values in MATLAB

In command line I write anfisedit and then see the GUI. I choose Sub. Clustering and generate FIS: so there is 4 parameter I want to change default values of range of influence and reject ratio but ...
1
vote
1answer
78 views

Ruby, FuzzBert, can't convert Proc into String (TypeError)

I'm trying to use FuzzBert, but i can't make the random generator work. This example comes from the official repository : require 'fuzzbert' fuzz "Web App" do deploy do |data| #send JSON ...
0
votes
1answer
105 views

extracting vertices of a triangle which is in y-coordinate matrix format

I'm using the "fuzarith" function for division of two fuzzy numbers; C = fuzarith(X, A, B, operator) x is a row vector that defines the x coordinates of the points at which the operation(in this ...
1
vote
2answers
69 views

Calling a function in matlab. Is it wrong like this?

I have the following class in matlab: classdef floating_search properties S,M; end methods function s = support(x,y) for i=1:length(x) if(y(i)~=1) s = ...
1
vote
0answers
115 views

Syntax for fuzzy search in Solr 4

I have been trying to enable fuzzy searching for our Solr 4.1 powered search but all I can find online is: 1- how to do it in the default lucene query syntax which doesnt help in my case, 2- that ...
-1
votes
1answer
272 views

Matlab - ??? Array dimensions must match for binary array op [closed]

I'm using the fuzzy c-means segmentation code from here The images I used is shown below. When I tried the code on that image, I got the following (provided I used also different images): Warning: ...
0
votes
0answers
16 views

Designing Answering system from user stories

I am very new to natural language processing. I want to know if there are any software/frameworks available that can do the following tasks: "We will feed some sentences from a story to a ...
0
votes
2answers
110 views

Fuzzy logic application in recommender system

I was wondering how can I get some kind of advantage with using fuzzy logic in my recommender system? My system basically calculates similarity between users by: tanimoto coefficient cosinus ...
0
votes
0answers
84 views

fuzzy pid controller not converging to refence point whereas pid controller converges

I am trying to implement fuzzy pid controller in simulink as uploaded at http://tinypic.com/view.php?pic=2ag269h&s=6. Fuzzy controller has two inputs, error and derivative of error and 3 outputs ...
1
vote
1answer
283 views

SSIS 2008 Fuzzy grouping to identify duplicate contacts but ignoring punctuation

im using SSIS in visual studio 2008 to perform some fuzzy grouping on a customer table. columns ID Name Email etc I have some duplicate customers in the table with the same email address im ...
0
votes
0answers
171 views

MySQL String search and where clause condition order

I'm working with large number of rows in db(MySQL, innoDb engine, approx 20 milion rows) and I need to perform fuzzy like searching quite a lot. For some reasons I decided to use jaro_winkler ...
1
vote
2answers
46 views

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, ...
1
vote
1answer
346 views

matlab image comparison

I am trying to set up a database of images that can be used to compare to a current image (So if the current image is equal, or almost equal to the one being compared it'll give a match) However to ...
0
votes
3answers
110 views

Fuzzy Search / Spelling Corrector [duplicate]

Possible Duplicate: Good Python modules for fuzzy string comparison? In one of my applications I have huge database of users and their addresses. But the issue is there are some spelling ...
0
votes
0answers
49 views

Out of memory error in java environment when calling Java converted Matlab Fuzzy system that converted through MATLAB builder JA

Hi I have developed a fuzzy model in Matlab and converted in to Java package through Matlab builder JA. The fuzzy system takes four inputs and give one output. all inputs and output are numbers (type ...
0
votes
0answers
147 views

How to speed up simulation time of simulink for fuzzy controllers

I have implemented fuzzy controller in simulink as shown below. Fuzzy controller has two inputs with three membership functions and 9 rules.The issue is that; that the simulink is taking too long time ...
1
vote
1answer
96 views

python fuzzy levenshtein ratio got early exit?

I am trying to compare 100k strings each other. I cannot further reduce the problem size (i.e #strings in the set). I am using Levenshtein ratio to compare. If ratio is greater than 0.9, I want to ...
0
votes
2answers
62 views

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 ...
0
votes
1answer
64 views

I need to compare two string to see if they match or are a near match

I have a series of Company Names returned from a web scrape and I am trying to compare them against a table of other Company Names to see if they match or are a near match; Some Company Ltd. Another ...
1
vote
0answers
108 views

Fuzzy matching unordered strings

I have a bunch of strings, that are completely random in wording, and I need to find the best match to keywords. I've tried using triplets, and Levenshtein's algorithm and I'm still getting irregular ...
0
votes
1answer
323 views

Fuzzy matching for every query term in Solr

With the Levenshtein implementation of Lucene 4 claiming to be 100 times faster than before (http://blog.mikemccandless.com/2011/03/lucenes-fuzzyquery-is-100-times-faster.html) I would like to do ...
-1
votes
3answers
160 views

FadeIn image like Facebook (if not fully loaded, show it fuzzy)

i am programming a jquery plugin which loads lots of images. I would prefer to show the picture first fuzzy and if it's fully loaded, in complete. Facebook is a good example. How does this ...
7
votes
1answer
333 views

Emacs fuzzy autocompletion

I really like ido's fuzzy matching in emacs. I would like to have that with autocompletion. Preferably with auto-complete, since I have ac-python and other things setup with auto-complete. I am aware ...
0
votes
2answers
1k views

Fuzzy Color Image Segmentation ::Matlab

I'm working on a color image segmentation in HSV color space using Matlab fuzzy toolbox. the goal is to read an RGB image->convert to hsv->use H,S,V values as an input for fuzzy system and then find ...
0
votes
3answers
169 views

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 ...
0
votes
0answers
37 views

Edit Distance taking into account string start

I've been looking at edit distances for matching surnames. Given that most the time the users will start typing the surname correctly, which algorithms most suit for this purpose? In other words, I'm ...
0
votes
0answers
112 views

What is one example of a closure of a fuzzy set?

I am studying on fuzzy topology and did not understand about the closure of a fuzzy set. Someone could give an example of a closure of a fuzzy set from discretized data? I know that it must satisfy ...
5
votes
0answers
141 views

Modify Windows 7 Start menu search algorithm?

I really like the fuzzy matching search algorithm that Sublime Text 2 uses for its command palette and I was hoping to create something similar that runs through the Windows 7 Start menu search. I ...
3
votes
2answers
83 views

Solr fuzzy search on hotdog and hot dog

New to solr search, I can't make it to happen so that when I search Hot dog, it can find hotdog, and when I search hotdog, it can find hot dog. Did try to put it into synonyms.txt, but does not work. ...
0
votes
1answer
104 views

C++ strange method behaviour - continuation

I am writing an arduino program that use a fuzzy logic to control the car, but I have problems with the c++, as the program behaves really strange. The first run gets me RIGHT results, but next runs ...
1
vote
1answer
139 views

C++ strange method behaviour [closed]

I am trying to write a program for my Arduino that controls a robotic car using a fuzzy logic. But I am encountering a problem with C++ (as I am new to it). I have method in my class FRule that looks ...
0
votes
0answers
241 views

Covert Fuzzy model .fis or .m file to Java package using Matlab Bulider JA

My Fuzzy model "myfuztest.fis" is working perfectly with 4 input and one output in fuzzy editor FIS. Also it is working fine when I run as .m file in Matlab.But The following error appears when I ...
4
votes
2answers
237 views

Create a unique ID by fuzzy matching of names (via agrep using R)

Using R, I am trying match on people's names in a dataset structured by year and city. Due to some spelling mistakes, exact matching is not possible, so I am trying to use agrep() to fuzzy match ...
0
votes
3answers
305 views

Rails fuzzy searching on title and description

I have a simple rails 3 application that lists restaurants as a training exercise. I want to be able to search name and description using one textfield on the restaurant index page. Given the query ...
0
votes
0answers
27 views

Summing groups of approximate matches and pulling information from the first match in R

I have a vector of text strings that approximately match, but none of them are exact matches. text<-c("it sure does look good","that seems like a bad idea","that sure does look good", "seems like ...

1 2 3 4