The fuzzy tag has no wiki summary.
0
votes
0answers
31 views
How can i find code( matlab, vb, c++) for running fuzzy regression?
I am new in fuzzy regression, i knew about its theory but have problems in running it in matlab or other programs. I will be so helpful if someone helps me in finding codes for fuzzy regression.
2
votes
1answer
70 views
How to translate a histogram to natural language?
Assume we have a set of histograms, let's say they describe age distribution of some people.
We want to translate this:
x
x x
x x x x x x
to: mostly young; ...
4
votes
1answer
154 views
How to associate the probability output of a Random Forest classifier with reality
I am currently working with the national forest inventory of Mexico. A sample sceheme that collected data concerning the state of forests on points spread out all over the country. One of these ...
6
votes
1answer
63 views
Creating fuzzy values for binary data
I am a little bit rusty at this sort of thing, so I will not be offended if you tell me this is a stupid question. I am doing a logistic regression where my dependent variable is whether or not a ...
4
votes
2answers
346 views
What is crisp logic (in the area of classification)?
I have a brief question. I am having trouble finding a good reference that explains what crisp logic is.
What I think:
I have two classification models, a decision tree and a ruleset, which I ...
2
votes
1answer
142 views
Fuzzy C-means and its stages of clustering
when dealing with soft and hard clustering techniques such as K-means and fuzzy C-means I run into abit of difficulty on the steps that FCM takes to calculate the clusters.
For instance in K-means ...