Parent Topic: MLC
Name Prompt Count Type FILE Database File Name 1-64 Char MAXL Classifier: PARA/TIES/FULL 4 Char DBS1 Class Signature Subset 1 1-256 Int DBOC Database Output Channel List 1-16 Int PROBCHAN Probability Output Channel 0-16 Int MASK Area Mask (Window or Bitmap) 0-4 Int NULLCLAS Null Class: YES/NO 0-4 Char REPORT Report mode: TERM/OFF/filename 0-64 Char
EASI>FILE="filespec"
EASI>MAXL="PARA" | parallelepiped classification
EASI>MAXL="FULL" | full maximum likelihood
| (Gaussian) classification.
EASI>MAXL="TIES" | parallelepiped classification with
| maximum likelihood tie resolution
EASI>DBS1=i,j,...,p
EASI>DBOC=i | Typical case for all classifiers EASI>DBOC=i,j,k,... | Option for full Maximum LikelihoodNote: The number of output channels cannot be more than the number of signatures.
EASI>PROBCHAN= | Default, don't calculate probability EASI>PROBCHAN=i | Calculate probability for most likely class EASI>PROBCHAN=i,j,... | Calculate list of probabilitiesUse of 32 bit real channels is recommended since many probabilities are quite small.
EASI>MASK=xoff,yoff,xsize,ysize | process window
EASI>MASK=b | process only under bitmap
| stored in segment b
EASI>MASK= | process entire channel
EASI>NULLCLAS="YES" | Allow NULL class EASI>NULLCLAS="NO" | Classify every pixel to a class EASI>NULLCLAS= | Defaults to "YES"If this option is "YES" then a pixel is assigned to a class only if it is within the Gaussian threshold specified for the class. If it is not within any threshold, it is assigned to the NULL (0) class. If the option is "NO" then the thresholds are ignored and every pixel will be assigned to the most probable class (i.e., nearest class based on Mahalanobis distance).
EASI>REPORT="filename" EASI>REPORT= | defaults to terminal outputThe following names have special meaning:
EASI>REPORT="TERM" | generates reports on your terminal EASI>REPORT="DISK" | generates reports on file "IMPRPT.LST" EASI>REPORT="OFF" | switches off report generation