

   CCllaassssiiffyy TTeesstt SSeett ffrroomm LLVVQQ CCooddeebbooookk

        lvqtest(codebk, test)

   AArrgguummeennttss::

     codebk: codebook object returned by other LVQ software

       test: matrix of test examples

   DDeessccrriippttiioonn::

        uses 1-NN to classify each test example against the
        codebook.

   VVaalluuee::

        factor of classification for each row of `x'

   SSeeee AAllssoo::

        `lvqinit', `olvq1'

   EExxaammpplleess::

        # The function is currently defined as
        function(codebk, test) knn1(codebk$x, test, codebk$cl)

