DiscriminantAnalysis Constructor |
Constructs a DiscriminantAnalysis.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public DiscriminantAnalysis(
int nVariables,
int nGroups
)
Public Sub New (
nVariables As Integer,
nGroups As Integer
)
public:
DiscriminantAnalysis(
int nVariables,
int nGroups
)
new :
nVariables : int *
nGroups : int -> DiscriminantAnalysis
Parameters
- nVariables
- Type: SystemInt32
An int representing the number of
variables to be used in the discrimination.
- nGroups
- Type: SystemInt32
An int representing the number of
groups in the data.
See Also