Ignore:
Timestamp:
05/29/18 16:24:39 (6 years ago)
Author:
Maciej Komosinski
Message:

Code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/neuro/impl/neuroimpl-fuzzy-f0.h

    r286 r791  
    33// See LICENSE.txt for details.
    44
    5 /// this is a module included into neuroimpl-fuzzy
    6 /// it converts string parameters - fuzzy sets and fuzzy rules - into appropriate variables
     5/// This is a module included into neuroimpl-fuzzy.
     6/// It converts string parameters (fuzzy sets and fuzzy rules) into appropriate variables.
    77
    88#ifndef _neuroimpl_fuzzy_f0_h
     
    1414class FuzzyF0String
    1515{
    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);
     16public:
     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);
    2020};
    2121
Note: See TracChangeset for help on using the changeset viewer.