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

« back to all changes in this revision

Viewing changes to applic/proc/pcluster.prg

  • 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
! @(#)pcluster.prg      19.1 (ES0-DMD) 02/25/03 13:20:16
 
2
! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
!
 
4
! .IDENTIFICATION
 
5
!
 
6
! STATISTICAL PACKAGE : PCLUSTER.PRG
 
7
! F.Murtagh, J.D.Ponz                   version 1.0  22 JAN 85
 
8
!
 
9
! .PURPOSE
 
10
!
 
11
! execute the command :
 
12
!
 
13
! PARTITION/TABLE input output nclass [iter]
 
14
!
 
15
! Default nclass = 3 (i.e. 3 classes required)
 
16
! Default iter = 0 (i.e. no iteration)
 
17
!
 
18
! -----------------------------------------------------
 
19
DEFINE/PARAM P3 3 N
 
20
DEFINE/PARAM P4 0 N
 
21
WRITE/KEYW INPUTI/I/1/2 'P3','P4'
 
22
RUN APP_EXE:PCLUSTER