Home
last modified time | relevance | path

Searched refs:CPerceptronNN (Results 1 – 6 of 6) sorted by relevance

/dports/audio/epos-devel/epos-2.5.37/src/nnet/
H A Dperceptron.cc23 REGVECTORC (CPerceptronNN, TConnectionsAttribs, TConAttribs)
27 REGSTRUCT (CPerceptronNN)
29 REGSTRUCTC (CPerceptronNN, TConnectionsAttribs)
30 REGSTRUCTC (CPerceptronNN, TPerceptrons)
35 CPerceptronNN * globalDebugNN;
71 void CPerceptronNN::copyOutputs (TSmallVectorFloat &outputs) const in copyOutputs()
144 void CPerceptronNN::initConAttribs () in initConAttribs()
233 void CPerceptronNN::initNeurons () in initNeurons()
272 CXml * CPerceptronNN::printWeights (const CString &filename) const in printWeights()
293 CString CPerceptronNN::read (CRox *xml) in read()
[all …]
H A Dperceptron.h89 STRUCT_BEGIN_FROM (CPerceptronNN, TPerceptronStructure)
253 STRUCT_END_FROM(CPerceptronNN,TPerceptronStructure) in STRUCT_END_FROM() argument
269 inline int CPerceptronNN::getConnection (int inStart, int inEnd) in STRUCT_END_FROM()
293 inline bool CPerceptronNN::next_connection (TPerceptron *&nStart, TPerceptron *&nEnd, int &con, TVe… in next_connection()
314 inline bool CPerceptronNN::prev_connection (TPerceptron *&nStart, TPerceptron *&nEnd, int &con, TVe… in prev_connection()
H A Dpercinit.cc36 void CPerceptronNN::weightInitNguyenWidrow () in weightInitNguyenWidrow()
76 void CPerceptronNN::weightInit () in weightInit()
H A Dpercstruct.cc37 CXml * CPerceptronNN::print_all (const CString &filename, CTrainingData *trData) const in print_all()
82 CString CPerceptronNN::read_all (CRox *xml, const CString &filename, CTrainingData *trData) in read_all()
H A Dpercstruct.h48 class CPerceptronNN; variable
H A Dneural.h295 CPerceptronNN perceptronNN; in VECTOR()