~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to contrib/mva/help/knn_tabl.hlq

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% @(#)knn_tabl.hlq      19.1 (ESO-IPG) 02/25/03 13:27:05
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      knn_tab.hlq
 
5
%.AUTHOR     FM, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, KNN/TAB
 
7
%.PURPOSE    On-line help file for the command: KNN/TAB
 
8
%.VERSION    1.0  28-AUG-1986 : Creation, FM
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./TABL
 
12
\es\co
 
13
KNN/TAB                                                 28-AUG-1986  FM
 
14
\oc\su
 
15
KNN/TAB training_table  no._of_gp.1_members test_table no._of_NNs
 
16
        discriminant analysis
 
17
\us\pu
 
18
Purpose:   
 
19
           K-Nearest Neighbours Discriminant Analysis.
 
20
\up\sy
 
21
Syntax:    KNN/TAB training_table  no._of_gp.1_members test_table no._of_NNs
 
22
\ys\pa
 
23
           input training = set table name.
 
24
\ap\pa
 
25
           number         = first "number" rows of the input training
 
26
                            set belong to group 1; the remainder belong
 
27
                            to group 2.
 
28
\ap\pa
 
29
           test           = set table name.
 
30
                            Number of nearest neighbours (default: 3)
 
31
\ap\no
 
32
Note:      none
 
33
\on\exs
 
34
Examples:
 
35
\ex
 
36
           KNN/TAB INTAB1 5 INTAB2
 
37
           ... takes first 5 rows of INTAB1 as group 1, remaining rows as
 
38
           group 2, and determines best assignments for rows-points of
 
39
           INTAB2.  Screen output, only, is produced.
 
40
\xe \sxe