Changeset 30528
- Timestamp:
- 02/26/09 00:39:50 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/xyzzy/pci-code/site-lisp/chapter2/recommendations.l
r30526 r30528 148 148 (cons (funcall similarity prefs person other) 149 149 other)) 150 (remove person ( mapcar #'carprefs)150 (remove person (persons prefs) 151 151 :test #'string=)))) 152 152 (subseq (sort scores #'> :key #'car) … … 168 168 (let (totals simsums) 169 169 ;; 自分自身とは比較しないので remove 170 (dolist (other (remove person ( mapcar #'carprefs)170 (dolist (other (remove person (persons prefs) 171 171 :test #'string=)) 172 172 (let ((sim (funcall similarity prefs person other)))
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)