Main > Programming > Libraries >

AI::FuzzyInference 0.05

AI::FuzzyInference 0.05

Sponsored Links

AI::FuzzyInference 0.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.010 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 832
Date added: 2007-07-14
Publisher: Ala Qumsieh

AI::FuzzyInference 0.05 description

AI::FuzzyInference is a Perl module to implement a Fuzzy Inference System.

SYNOPSYS

use AI::FuzzyInference;

my $s = new AI::FuzzyInference;

$s->inVar(service, 0, 10,
poor => [0, 0,
2, 1,
4, 0],
good => [2, 0,
4, 1,
6, 0],
excellent => [4, 0,
6, 1,
8, 0],
amazing => [6, 0,
8, 1,
10, 0],
);

$s->inVar(food, 0, 10,
poor => [0, 0,
2, 1,
4, 0],
good => [2, 0,
4, 1,
6, 0],
excellent => [4, 0,
6, 1,
8, 0],
amazing => [6, 0,
8, 1,
10, 0],
);

$s->outVar(tip, 5, 30,
poor => [5, 0,
10, 1,
15, 0],
good => [10, 0,
15, 1,
20, 0],
excellent => [15, 0,
20, 1,
25, 0],
amazing => [20, 0,
25, 1,
30, 0],
);

$s->addRule(
service=poor & food=poor => tip=poor,
service=good & food=poor => tip=poor,
service=excellent & food=poor => tip=good,
service=amazing & food=poor => tip=good,

service=poor & food=good => tip=poor,
service=good & food=good => tip=good,
service=excellent & food=good => tip=good,
service=amazing & food=good => tip=excellent,

service=poor & food=excellent => tip=good,
service=good & food=excellent => tip=excellent,
service=excellent & food=excellent => tip=excellent,
service=amazing & food=excellent => tip=amazing,

service=poor & food=amazing => tip=good,
service=good & food=amazing => tip=excellent,
service=excellent & food=amazing => tip=amazing,
service=amazing & food=amazing => tip=amazing,

);

$s->compute(service => 2,
food => 7);

AI::FuzzyInference 0.05 Screenshot

Advertisements

AI::FuzzyInference 0.05 Keywords

Bookmark AI::FuzzyInference 0.05

Hyperlink code:
Link for forum:

AI::FuzzyInference 0.05 Copyright

WareSeeker periodically updates pricing and software information of AI::FuzzyInference 0.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of AI::FuzzyInference 0.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
AI::FuzzyLogic is a Perl module for Fuzzy Set Operations and Tools. Free Download
AI::Fuzzy is a Perl extension for Fuzzy Logic. Free Download
AI::NNFlex::Reinforce is a very simple experimental NN module. Free Download
AI::DecisionTree is Perl module for automatically Learns Decision Trees. Free Download
AI::NeuralNet::Simple is a simple learning module for building neural nets. Free Download
Gtk2::TrayManager is a Perl bindings for EggTrayManager. Free Download
Filesys::DiskSpace is a Perl module as a df replacement. Free Download
AI::NNFlex is a base Perl class for implementing neural networks. Free Download