Changeset 782
- Timestamp:
- 05/14/18 23:14:15 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/similarity/simil_model.cpp
r666 r782 362 362 363 363 // comparison according to Neural Connections (to jest TDN[2]) 364 if (tdn1[NEURO_CONNS] > tdn 1[NEURO_CONNS])364 if (tdn1[NEURO_CONNS] > tdn2[NEURO_CONNS]) 365 365 { 366 366 // when number of NConn Elem1 is BIGGER … … 368 368 } 369 369 else 370 if (tdn1[NEURO_CONNS] < tdn 1[NEURO_CONNS])370 if (tdn1[NEURO_CONNS] < tdn2[NEURO_CONNS]) 371 371 { 372 372 // when number of NConn Elem1 is SMALLER
Note: See TracChangeset
for help on using the changeset viewer.