(Removed) Just realized I completely misinterpreted a few things.
No, they are not.Fuzzy bools are precisely about probabilities.
But I also made a mistake - actually the analog of probablity in fuzzy logic is "degree of truth" (for booleans) or "membership value" (in general case). Support is defined for fuzzy sets.
Originally Posted by Wikipedia
Really? Where'd you get these statistics?
http://www.stefankrause.net/wp/?p=9
gcc lost half of benchmarks with JET. Also no "enormous overhead" was seen in any of the benchmarks.
Java and C++ are in the same league, when it comes to performance.
It is not needed. Server Java executes multithreaded code better than C++. Mainly due to lock-coarsening and lock-elision optimizations not possible in C++.Well excuse me if I don't own my own server farm.
(Removed) Just realized I completely misinterpreted a few things.
There are 0x02 kinds of people: Those who know hex, and those who don't.
CodeCall Blog | CodeCall Wiki
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog
I only quoted WIkipedia, because it is easier to quote, than a text book.
However, the difference is also mathematical. For example it is perfectly valid in fuzzy logic to define logical operations as:
M(x && y) = min { M(x), M(y) }
M(x || y) = max { M(x), M(y) }
So: membership != probability, because for probability, for two independent variables, you have:
P(x && y) = P(x) * P(y)
P(x || y) = P(x) + P(y) - P(x) * P(y)
There are currently 1 users browsing this thread. (0 members and 1 guests)