示例#1
0
 public FuzzevalDM()
 {
     m_Trained         = false;
     m_FuzzyController = new FuzzyController();
     m_FuncCallibrator = new FunctionCallibrator(m_FuzzyController);
 }
示例#2
0
 public FuzzevalDM()
 {
     m_Trained = false;
     m_FuzzyController = new FuzzyController();
     m_FuncCallibrator = new FunctionCallibrator( m_FuzzyController );
 }