LDAClass

The program performs linear discriminant classification. The Linear Discriminant is commonly used techniques for data classification. For each data item the program calculates the value of the Linear Discriminant Function (LDF) obtained by LDAClass procedure and separate data into two groups depending on whether the value of LDF is greater or less than 0. The set of variables used for the LDF calculation should coincide with the set used to obtain LDF by LDAStat procedure.

File should contain table of numerical data: lines for observations (cases) columns should be separated by tabulation or user-defines symbol (; , etc); for example, if comma (,) separator is used, the file format is the same as the CSV (comma separated values) format. No missing data allowed.

This program use statistical functions from "R" free software environment for statistical computing and graphics (http://www.r-project.org).

This program requires the R-package to be installed on your computer.



LDAClass description

LDAClass parameters