Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.284.298 Times

AI::FuzzyInference 0.05

  Date Added: January 18, 2010  |  Visits: 1.082

AI::FuzzyInference

Report Broken Link
Printer Friendly Version


Product Homepage
Download (109 downloads)



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);.

Requirements: No special requirements
Platforms: Linux
Keyword: Ai Aifuzzyinference Food Fuzzy Inference System Fuzzyinference Libraries Perl Module Poor Programming Service Tip
Users rating: 0/10

License: Freeware Size: 10.24 KB
USER REVIEWS
More Reviews or Write Review


AI::FUZZYINFERENCE RELATED
Development Tools  -  Evalfis Plus Fuzzy Exponentials 1.0
EvalfisBetter simulates the Fuzzy Inference System for the input data and returns the output data. Its was develop to work with mandani FIS type. Its differ fron evalfis by using the rule weigth to do the exponencial of the consequent part of each...
10 KB  
Libraries  -  WebService::TestSystem 0.06
WebService::TestSystem is a Perl module with Web service for implementing a distributed testing system. my $testsys = new WebService::TestSystem; # Getting a list of tests foreach my $test (@{$testsys->get_tests()}) { print "$test->{id}...
39.94 KB  
Libraries  -  AI::FuzzyLogic 0.05
AI::FuzzyLogic is a Perl module for Fuzzy Set Operations and Tools. SYNOPSIS use AI::FuzzyLogic; $i = new AI::FuzzyLogic $unittype, @numbers; # new set with one subset $i = new AI::FuzzyLogic age, 0, 0.1, 0.2, 0.1, 0; # same thing $i =...
24.58 KB  
Development Tools  -  fuzzy_eval 1.0
Compact C routine to evaluate a MATLAB Sugeno type fuzzy inference system (fis). Intended to run on a microcontroller based system with limited memory.
10 KB  
Libraries  -  Locale::Maketext::Fuzzy 0.02
Locale::Maketext::Fuzzy is a Perl module for Maketext from already interpolated strings. SYNOPSIS package MyApp::L10N; use base Locale::Maketext::Fuzzy; # instead of Locale::Maketext package MyApp::L10N::de; use base MyApp::L10N; our...
6.14 KB  
Libraries  -  AI::NeuralNet::Kohonen 0.142
AI::NeuralNet::Kohonen is a Perl module with Kohonens Self-organising Maps. SYNOPSIS $_ = AI::NeuralNet::Kohonen->new( map_dim_x => 39, map_dim_y => 19, epochs => 100, table => "3 1 0 0 red 0 1 0 yellow 0 0 1 blue 0 1 1 cyan 1 1 0...
11.26 KB  
Libraries  -  DateTime::TimeZone::SystemV 0.000
DateTime::TimeZone::SystemV is a Perl module with System V and POSIX timezone strings. SYNOPSIS use DateTime::TimeZone::SystemV; $tz = DateTime::TimeZone::SystemV->new("EST5EDT"); if($tz->is_floating) { ... if($tz->is_utc) { ......
8.19 KB  
Libraries  -  AI::Prolog::Builtins 0.739
AI::Prolog::Builtins is a Perl module with builtin predicates that AI::Prolog supports. Comments Comments begin with a % and terminate at the end of the line or begin with /* and terminate with */. Variables As in Prolog, all variables...
122.88 KB  
Libraries  -  AI::DecisionTree 0.08
AI::DecisionTree is Perl module for automatically Learns Decision Trees. SYNOPSIS use AI::DecisionTree; my $dtree = new AI::DecisionTree; # A set of training data for deciding whether to play tennis $dtree->add_instance (attributes =>...
25.6 KB  
Screen Savers  -  Ai Dog Food Bag for Mac OS 1.1
Contains 6 new icons with the little white Dog, wallpapers and a funny screensaver!
12.2 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB