| Application
|
Returns application object. Return value: Object. This property is read only.
|
| ApplyMemoryLimit
|
Specify whether restrictions should be imposed on the amount of memory the analysis can use. Return/assignment value: Integer.
|
| AutoFitByCrossValidation
|
Apply cross-validation method to fit the number of components. Return/assignment value: Integer.
|
| BatchCodes
|
Codes for batch variable. Return/assignment value: String.
|
| CategoricalResponse
|
Apply categorical response (classification). Return/assignment value: Integer.
|
| CrossValidationOff
|
Turn off cross-validation. Return/assignment value: Integer.
|
| DoNotScaleVariables
|
Do not scale variables. Return/assignment value: Integer.
|
| EigenvalueLimit
|
Minimum eigenvalue. Return/assignment value: Double.
|
| EpsilonOfConvergence
|
Epsilon value for convergence of NIPALS algorithm. Return/assignment value: Double.
|
| FactorCodes
|
Codes for categorical predictor variables. Return/assignment value: String.
|
| FixedNumberOfComponents
|
Apply fixed number of components. Return/assignment value: Integer.
|
| IsRawData
|
Is data in raw format. Return/assignment value: Integer.
|
| MaxIterations
|
Maximum number of iterations for NIPALS algorithm. Return/assignment value: Integer.
|
| MemoryLimitInMB
|
Specifies the maximum amount of memory the analysis can use. Return/assignment value: Double.
|
| MinEigenvalueLimit
|
Apply the minimum eigenvalue limit to fit the number of components. Return/assignment value: Integer.
|
| MinPercentageOfValidCases
|
Minimum percentage of valid cases for each variable. Return/assignment value: Double.
|
| MinPercentageOfValidVars
|
Minimum percentage of valid variables for each case. Return/assignment value: Double.
|
| Name
|
Return value: String. This property is read only.
|
| NumberOfComponents
|
Fixed number of components. Return/assignment value: Integer.
|
| NumberOfCrossValidationFolds
|
V-value for v-fold cross-validation. Return/assignment value: Integer.
|
| NumberOfTimeIntervals
|
Number of time intervals if the time variable is in raw format. Return/assignment value: Integer.
|
| Paren
|
Returns the parent of the object. Return value: Object. This property is read only.
|
| RandomSeedOfCrossValidation
|
Random seed for v-fold cross-validation. Return/assignment value: Integer.
|
| ResponseCodes
|
Codes for response variables. Return/assignment value: String.
|
| ResultsCodes
|
Assignment value: Variant.
|
| ResultsOption
|
Assignment value: Integer.
|
| ResultsOutputFields
|
Assignment value: Variant.
|
| ResultsSaveFileName
|
Assignment value: String.
|
| ResultsSelection
|
Assignment value: Variant.
|
| ResultsSelectionOption
|
Assignment value: Variant.
|
| ResultsValues
|
Assignment value: Variant.
|
| ResultsVariables
|
Assignment value: Variant.
|
| TimeCodeForDependents
|
Time code for dependent variables. Return/assignment value: String.
|
| TimeCodes
|
Codes for time variable. Return/assignment value: String.
|
| UnitStandardDeviations
|
Scale variables to unit standard deviations. Return/assignment value: Integer.
|
| VFoldCrossValidation
|
Apply v-fold cross-validation method. Return/assignment value: Integer.
|
| Variables
|
Return/assignment value: String.
|