function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sandy sfdcsandy sfdc 

Fuzzy logic Api

Hi,
 
I need implement fuzzy logic as per requirement .So,do we have any fuzzy rule api's ? 

So,please can any one help on this.
bob_buzzardbob_buzzard
I strongly suspect you will struggle to achieve this on a constrained platform like Salesforce1. Fuzzy logic is an industry in itself and companies offering this kind of service do the heavy lifting off platform.

For some good reading on fuzzy logic, here's an excellent overview of the Levenshteun Distance algorithm, which figures out how "far" strings are from each other in terms of changes: http://stackoverflow.com/questions/5859561/getting-the-closest-string-match/5859823#5859823