1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
fuzzy-logic-toolkit >> Octave Fuzzy Logic Toolkit
Evaluation
defuzz
evalfis
evalmf
Plotting
gensurf
plotmf
File Input/Output of Fuzzy Inference Systems
readfis
writefis
Command-Line Creation and Modification of Fuzzy Inference Systems
addmf
addrule
addvar
newfis
rmmf
rmvar
setfis
Text Representation of Fuzzy Inference Systems
getfis
showfis
showrule
Membership Functions
dsigmf
gauss2mf
gaussmf
gbellmf
pimf
psigmf
sigmf
smf
trapmf
trimf
zmf
T-Norms and S-Norms (in addition to max/min)
algebraic_product
algebraic_sum
bounded_difference
bounded_sum
drastic_product
drastic_sum
einstein_product
einstein_sum
hamacher_product
hamacher_sum
Complete Fuzzy Inference System Demos
cubic_approx_demo
heart_disease_demo_1
heart_disease_demo_2
investment_portfolio_demo
linear_tip_demo
mamdani_tip_demo
sugeno_tip_demo
Fuzzy Clustering Functions
fcm
gustafson_kessel
partition_coeff
partition_entropy
xie_beni_index
|