Mercurial > hg > amuse
changeset 85:c81375b9304f
tools/segmentation: s/documenatation/documentation
darcs-hash:20070717164946-c0ce4-a7b73d1d9c894d48bc9b586910ec9f0133f913b6.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Tue, 17 Jul 2007 17:49:46 +0100 |
parents | 7ce34ccdcbda |
children | 7a0ee88f1edb |
files | tools/segmentation/generics.lisp |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/segmentation/generics.lisp Tue Jul 17 16:42:11 2007 +0100 +++ b/tools/segmentation/generics.lisp Tue Jul 17 17:49:46 2007 +0100 @@ -48,19 +48,19 @@ (:documentation "Sets the segmentation to be used as ground truth by segmentation to value")) (defgeneric precision (segmentation) - (:documenatation "Returns the precision ratio for segmentation + (:documentation "Returns the precision ratio for segmentation when compared with the (ground-truth-segmentation segmentation)")) (defgeneric recall (segmentation) - (:documenatation "Returns the precision ratio for segmentation + (:documentation "Returns the precision ratio for segmentation when compared with the (ground-truth-segmentation segmentation)")) (defgeneric fall-out (segmentation) - (:documenatation "Returns the precision ratio for segmentation + (:documentation "Returns the precision ratio for segmentation when compared with the (ground-truth-segmentation segmentation)")) (defgeneric F-measure (segmentation) - (:documenatation "Returns the precision ratio for segmentation + (:documentation "Returns the precision ratio for segmentation when compared with the (ground-truth-segmentation segmentation)")) @@ -69,4 +69,4 @@ boundary points of the segmentation")) (defgeneric segment-list (segmentation) (:documentation "Returns a list of anchored periods - corresponding to the segments resulting from the segmentation")) \ No newline at end of file + corresponding to the segments resulting from the segmentation"))