- Timestamp:
- 01/26/14 05:46:07 (11 years ago)
- Location:
- cpp/frams
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.cpp
r109 r112 132 132 } 133 133 return 0; 134 } ;134 } 135 135 -
cpp/frams/neuro/impl/neuroimpl-fuzzy.cpp
r109 r112 80 80 else 81 81 return 1; 82 } ;82 } 83 83 84 84 /** Function conduct fuzzyfication of inputs and calculates - according to rules - crisp multi-channel output */ … … 89 89 if (Defuzzyfication()!=0) 90 90 return; 91 } ;91 } 92 92 93 93 /** … … 116 116 } 117 117 return 0; 118 } ;118 } 119 119 120 120 /** … … 155 155 return 0; 156 156 157 } ;157 } 158 158 159 159 /** … … 206 206 207 207 return 0; 208 } ;209 208 } 209 -
cpp/frams/util/rndutil.cpp
r109 r112 16 16 double *range=tab+1+2*randomN((int)(0.5+tab[0])); 17 17 return range[0]+rnd0N(range[1]-range[0]); 18 } ;18 } 19 19 20 20 double RandomGener::Uni(double begin, double end)
Note: See TracChangeset
for help on using the changeset viewer.