Changeset 791 for cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.h
- Timestamp:
- 05/29/18 16:24:39 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.h
r286 r791 3 3 // See LICENSE.txt for details. 4 4 5 /// this is a module included into neuroimpl-fuzzy6 /// it converts string parameters - fuzzy sets and fuzzy rules - into appropriate variables5 /// This is a module included into neuroimpl-fuzzy. 6 /// It converts string parameters (fuzzy sets and fuzzy rules) into appropriate variables. 7 7 8 8 #ifndef _neuroimpl_fuzzy_f0_h … … 14 14 class FuzzyF0String 15 15 { 16 17 18 19 16 public: 17 static int convertStrToSets(const SString& str, double numbers[], int nrOfSets); 18 static int countInputsOutputs(const char* str, int ruldef[], int rulesNr); 19 static int convertStrToRules(const SString& str, const int ruledef[], int **rules, int setsNr, int rulesNr, int &maxOutputNr); 20 20 }; 21 21
Note: See TracChangeset
for help on using the changeset viewer.