Provides actions for kernel principal component analysis
Performs kernel PCA training.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output data table in which to save the centroids matrix. |
|
|
— |
specifies the output data table in which to save the centroids matrix of the KPCA principal components. |
|
|
— |
specifies the output data table in which to save the eigenVal matrix. |
|
|
required parametercasout |
specifies the output data table in which to save the eigenVector matrix. |
|
|
— |
specifies the output data table in which to save the mapping pre-image coefficients matrix. |
|
|
required parametercasout |
specifies the output data table in which to save the score values of the training data. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table in which to save the state of eigenvector matrix for future scoring. |
specifies the variable attributes.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the parameter list for the RBF kernel bandwidth tuning.
The bwTune value can be one or more of the following:
specifies the method to use in bandwidth tuning: the random criterion of maximum sum of eigenvalues method (random CMSE) or the scalable method (SCMSE).
specifies the number of clusters to use in bandwidth tuning when the tuning method is the scalable criterion of maximum sum of eigenvalues method (SCMSE).
| Default | 100 |
|---|
specifies the number of passes to use in bandwidth tuning when the tuning method is the random criterion of maximum sum of eigenvalues method (random CMSE).
| Default | 10 |
|---|
specifies the random sample size to use in bandwidth tuning when the tuning method is the random criterion of maximum sum of eigenvalues method (random CMSE).
| Default | 100 |
|---|
specifies the random seed to use in bandwidth tuning.
when set to True, centers the numeric variables by the mean of each column.
| Alias | centering |
|---|---|
| Default | FALSE |
specifies the output data table in which to save the centroids matrix.
For more information about specifying the centroids parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the centroids matrix of the KPCA principal components.
For more information about specifying the centroidsPC parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the convergence criterion for the k-means clustering algorithm.
| Alias | cc |
|---|---|
| Default | 0.02 |
specifies the maximum number of iterations for the k-means clustering algorithm.
| Default | 50 |
|---|
specifies the initial centroid type in k-means clustering.
| Default | KMPP |
|---|---|
| FC | specifies fast clustering as the initial centroid type. |
| KMPP | specifies k-means plus plus as the initial centroid type. |
| RANDOM | specifies randomization as the initial centroid type. |
specifies the number of restarts when the initial centroids are selected by random.
| Default | 5 |
|---|
specifies the random seed to use in initial centroid selection.
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the eigenVal matrix.
For more information about specifying the eigenVal parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the eigenVector matrix.
The eigOutput value can be one or more of the following:
specifies the output eigenvector table.
For more information about specifying the casout parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
when set to False and the training method is low-rank approximation, implements the fast scoring method.
| Alias | ES |
|---|---|
| Default | FALSE |
specifies the variable to use as the record identifier.
specifies the variables to use in the analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies the constant term in the polynomial kernel.
| Alias | coefficient0 |
|---|---|
| Default | 1 |
specifies the kernel parameter.
specifies the kernel type to use for kernel principal component analysis. "RBF" indicates the radial basis function type.
| Aliases | kernel |
|---|---|
| kernelType |
specifies the output data table in which to save the mapping pre-image coefficients matrix.
For more information about specifying the mapCoeffs parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the parameter list in the mapping pre-image method.
The mapParm value can be one or more of the following:
specifies the intercept parameter of the polynomial kernel for kernel ridge regression to use in the mapping pre-image method.
| Default | 1 |
|---|
specifies the kernel parameter for kernel ridge regression to use in the mapping method.
specifies the kernel type for kernel ridge regression to use in the mapping method.
specifies the lambda parameter for the L2 regularization term for kernel ridge regression to use in the mapping pre-image method.
| Alias | L2 |
|---|---|
| Default | 1 |
specifies the maximum number of clusters to use in k-means clustering.
| Alias | maxc |
|---|---|
| Default | 100 |
specifies the computation method to use for kernel principal component analysis.
when set to True, an order is considered for the input dataset based on the KPCA_ROWID variable (or the ROWID variable in the absence of KPCA_ROWID variable) to generate consistent results when data is distributed on multiple grid nodes.
| Alias | sort |
|---|---|
| Default | FALSE |
specifies the output data table in which to save the score values of the training data.
The kpcaOutputStatement value can be one or more of the following:
specifies the output scoring table for training data.
For more information about specifying the casout parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
specifies the number of principal components to use in scoring the training data.
| Default | 4 |
|---|
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | DISPLAYOUT |
|---|
when set to True, implements pre-image training.
| Alias | pre |
|---|---|
| Default | FALSE |
specifies the method to use in pre-image training.
| Alias | preMethod |
|---|
| Default | ITERATIVE |
|---|---|
| ITERATIVE | uses the iterative method to calculate the pre-image. |
| MAP | uses the mapping method to calculate the pre-image. |
specifies the number of principal components to use in pre-image training. For the mapping method, this is also the number of principal components to use in pre-image scoring.
| Alias | preNPC |
|---|---|
| Default | 4 |
specifies the eigenvalue threshold to use for determining the kernel matrix rank.
| Alias | threshold |
|---|---|
| Default | 1E-08 |
specifies the output data table in which to save the state of eigenvector matrix for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, scales the numeric variables by the standard deviation of each column.
| Alias | scaling |
|---|---|
| Default | FALSE |
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
Performs kernel PCA training.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output data table in which to save the centroids matrix. |
|
|
— |
specifies the output data table in which to save the centroids matrix of the KPCA principal components. |
|
|
— |
specifies the output data table in which to save the eigenVal matrix. |
|
|
required parametercasout |
specifies the output data table in which to save the eigenVector matrix. |
|
|
— |
specifies the output data table in which to save the mapping pre-image coefficients matrix. |
|
|
required parametercasout |
specifies the output data table in which to save the score values of the training data. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table in which to save the state of eigenvector matrix for future scoring. |
specifies the variable attributes.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the parameter list for the RBF kernel bandwidth tuning.
The bwTune value can be one or more of the following:
specifies the method to use in bandwidth tuning: the random criterion of maximum sum of eigenvalues method (random CMSE) or the scalable method (SCMSE).
specifies the number of clusters to use in bandwidth tuning when the tuning method is the scalable criterion of maximum sum of eigenvalues method (SCMSE).
| Default | 100 |
|---|
specifies the number of passes to use in bandwidth tuning when the tuning method is the random criterion of maximum sum of eigenvalues method (random CMSE).
| Default | 10 |
|---|
specifies the random sample size to use in bandwidth tuning when the tuning method is the random criterion of maximum sum of eigenvalues method (random CMSE).
| Default | 100 |
|---|
specifies the random seed to use in bandwidth tuning.
when set to True, centers the numeric variables by the mean of each column.
| Alias | centering |
|---|---|
| Default | false |
specifies the output data table in which to save the centroids matrix.
For more information about specifying the centroids parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the centroids matrix of the KPCA principal components.
For more information about specifying the centroidsPC parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the convergence criterion for the k-means clustering algorithm.
| Alias | cc |
|---|---|
| Default | 0.02 |
specifies the maximum number of iterations for the k-means clustering algorithm.
| Default | 50 |
|---|
specifies the initial centroid type in k-means clustering.
| Default | KMPP |
|---|---|
| FC | specifies fast clustering as the initial centroid type. |
| KMPP | specifies k-means plus plus as the initial centroid type. |
| RANDOM | specifies randomization as the initial centroid type. |
specifies the number of restarts when the initial centroids are selected by random.
| Default | 5 |
|---|
specifies the random seed to use in initial centroid selection.
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the eigenVal matrix.
For more information about specifying the eigenVal parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the eigenVector matrix.
The eigOutput value can be one or more of the following:
specifies the output eigenvector table.
For more information about specifying the casout parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
when set to False and the training method is low-rank approximation, implements the fast scoring method.
| Alias | ES |
|---|---|
| Default | false |
specifies the variable to use as the record identifier.
specifies the variables to use in the analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies the constant term in the polynomial kernel.
| Alias | coefficient0 |
|---|---|
| Default | 1 |
specifies the kernel parameter.
specifies the kernel type to use for kernel principal component analysis. "RBF" indicates the radial basis function type.
| Aliases | kernel |
|---|---|
| kernelType |
specifies the output data table in which to save the mapping pre-image coefficients matrix.
For more information about specifying the mapCoeffs parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the parameter list in the mapping pre-image method.
The mapParm value can be one or more of the following:
specifies the intercept parameter of the polynomial kernel for kernel ridge regression to use in the mapping pre-image method.
| Default | 1 |
|---|
specifies the kernel parameter for kernel ridge regression to use in the mapping method.
specifies the kernel type for kernel ridge regression to use in the mapping method.
specifies the lambda parameter for the L2 regularization term for kernel ridge regression to use in the mapping pre-image method.
| Alias | L2 |
|---|---|
| Default | 1 |
specifies the maximum number of clusters to use in k-means clustering.
| Alias | maxc |
|---|---|
| Default | 100 |
specifies the computation method to use for kernel principal component analysis.
when set to True, an order is considered for the input dataset based on the KPCA_ROWID variable (or the ROWID variable in the absence of KPCA_ROWID variable) to generate consistent results when data is distributed on multiple grid nodes.
| Alias | sort |
|---|---|
| Default | false |
specifies the output data table in which to save the score values of the training data.
The kpcaOutputStatement value can be one or more of the following:
specifies the output scoring table for training data.
For more information about specifying the casout parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
specifies the number of principal components to use in scoring the training data.
| Default | 4 |
|---|
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | DISPLAYOUT |
|---|
when set to True, implements pre-image training.
| Alias | pre |
|---|---|
| Default | false |
specifies the method to use in pre-image training.
| Alias | preMethod |
|---|
| Default | ITERATIVE |
|---|---|
| ITERATIVE | uses the iterative method to calculate the pre-image. |
| MAP | uses the mapping method to calculate the pre-image. |
specifies the number of principal components to use in pre-image training. For the mapping method, this is also the number of principal components to use in pre-image scoring.
| Alias | preNPC |
|---|---|
| Default | 4 |
specifies the eigenvalue threshold to use for determining the kernel matrix rank.
| Alias | threshold |
|---|---|
| Default | 1E-08 |
specifies the output data table in which to save the state of eigenvector matrix for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, scales the numeric variables by the standard deviation of each column.
| Alias | scaling |
|---|---|
| Default | false |
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
Performs kernel PCA training.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output data table in which to save the centroids matrix. |
|
|
— |
specifies the output data table in which to save the centroids matrix of the KPCA principal components. |
|
|
— |
specifies the output data table in which to save the eigenVal matrix. |
|
|
required parametercasout |
specifies the output data table in which to save the eigenVector matrix. |
|
|
— |
specifies the output data table in which to save the mapping pre-image coefficients matrix. |
|
|
required parametercasout |
specifies the output data table in which to save the score values of the training data. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table in which to save the state of eigenvector matrix for future scoring. |
specifies the variable attributes.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the parameter list for the RBF kernel bandwidth tuning.
The bwTune value can be one or more of the following:
specifies the method to use in bandwidth tuning: the random criterion of maximum sum of eigenvalues method (random CMSE) or the scalable method (SCMSE).
specifies the number of clusters to use in bandwidth tuning when the tuning method is the scalable criterion of maximum sum of eigenvalues method (SCMSE).
| Default | 100 |
|---|
specifies the number of passes to use in bandwidth tuning when the tuning method is the random criterion of maximum sum of eigenvalues method (random CMSE).
| Default | 10 |
|---|
specifies the random sample size to use in bandwidth tuning when the tuning method is the random criterion of maximum sum of eigenvalues method (random CMSE).
| Default | 100 |
|---|
specifies the random seed to use in bandwidth tuning.
when set to True, centers the numeric variables by the mean of each column.
| Alias | centering |
|---|---|
| Default | False |
specifies the output data table in which to save the centroids matrix.
For more information about specifying the centroids parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the centroids matrix of the KPCA principal components.
For more information about specifying the centroidsPC parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the convergence criterion for the k-means clustering algorithm.
| Alias | cc |
|---|---|
| Default | 0.02 |
specifies the maximum number of iterations for the k-means clustering algorithm.
| Default | 50 |
|---|
specifies the initial centroid type in k-means clustering.
| Default | KMPP |
|---|---|
| FC | specifies fast clustering as the initial centroid type. |
| KMPP | specifies k-means plus plus as the initial centroid type. |
| RANDOM | specifies randomization as the initial centroid type. |
specifies the number of restarts when the initial centroids are selected by random.
| Default | 5 |
|---|
specifies the random seed to use in initial centroid selection.
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the eigenVal matrix.
For more information about specifying the eigenVal parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the eigenVector matrix.
The eigOutput value can be one or more of the following:
specifies the output eigenvector table.
For more information about specifying the casout parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
when set to False and the training method is low-rank approximation, implements the fast scoring method.
| Alias | ES |
|---|---|
| Default | False |
specifies the variable to use as the record identifier.
specifies the variables to use in the analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies the constant term in the polynomial kernel.
| Alias | coefficient0 |
|---|---|
| Default | 1 |
specifies the kernel parameter.
specifies the kernel type to use for kernel principal component analysis. "RBF" indicates the radial basis function type.
| Aliases | kernel |
|---|---|
| kernelType |
specifies the output data table in which to save the mapping pre-image coefficients matrix.
For more information about specifying the mapCoeffs parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the parameter list in the mapping pre-image method.
The mapParm value can be one or more of the following:
specifies the intercept parameter of the polynomial kernel for kernel ridge regression to use in the mapping pre-image method.
| Default | 1 |
|---|
specifies the kernel parameter for kernel ridge regression to use in the mapping method.
specifies the kernel type for kernel ridge regression to use in the mapping method.
specifies the lambda parameter for the L2 regularization term for kernel ridge regression to use in the mapping pre-image method.
| Alias | L2 |
|---|---|
| Default | 1 |
specifies the maximum number of clusters to use in k-means clustering.
| Alias | maxc |
|---|---|
| Default | 100 |
specifies the computation method to use for kernel principal component analysis.
when set to True, an order is considered for the input dataset based on the KPCA_ROWID variable (or the ROWID variable in the absence of KPCA_ROWID variable) to generate consistent results when data is distributed on multiple grid nodes.
| Alias | sort |
|---|---|
| Default | False |
specifies the output data table in which to save the score values of the training data.
The kpcaOutputStatement value can be one or more of the following:
specifies the output scoring table for training data.
For more information about specifying the casout parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
specifies the number of principal components to use in scoring the training data.
| Default | 4 |
|---|
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | DISPLAYOUT |
|---|
when set to True, implements pre-image training.
| Alias | pre |
|---|---|
| Default | False |
specifies the method to use in pre-image training.
| Alias | preMethod |
|---|
| Default | ITERATIVE |
|---|---|
| ITERATIVE | uses the iterative method to calculate the pre-image. |
| MAP | uses the mapping method to calculate the pre-image. |
specifies the number of principal components to use in pre-image training. For the mapping method, this is also the number of principal components to use in pre-image scoring.
| Alias | preNPC |
|---|---|
| Default | 4 |
specifies the eigenvalue threshold to use for determining the kernel matrix rank.
| Alias | threshold |
|---|---|
| Default | 1E-08 |
specifies the output data table in which to save the state of eigenvector matrix for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, scales the numeric variables by the standard deviation of each column.
| Alias | scaling |
|---|---|
| Default | False |
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).
Performs kernel PCA training.
If a row includes a subparameter, you can specify the name, caslib, and so on in the subparameter. Otherwise, you can specify the name, caslib, and so on in the parameter.
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
required parametertable |
— |
specifies the settings for an input table. |
|
Parameter |
Subparameter |
Description |
|---|---|---|
|
— |
specifies the output data table in which to save the centroids matrix. |
|
|
— |
specifies the output data table in which to save the centroids matrix of the KPCA principal components. |
|
|
— |
specifies the output data table in which to save the eigenVal matrix. |
|
|
required parametercasout |
specifies the output data table in which to save the eigenVector matrix. |
|
|
— |
specifies the output data table in which to save the mapping pre-image coefficients matrix. |
|
|
required parametercasout |
specifies the output data table in which to save the score values of the training data. |
|
|
names |
lists the names of results tables to save as CAS tables on the server. |
|
|
— |
specifies the output data table in which to save the state of eigenvector matrix for future scoring. |
specifies the variable attributes.
For more information about specifying the attributes parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | attribute |
|---|
specifies the parameter list for the RBF kernel bandwidth tuning.
The bwTune value can be one or more of the following:
specifies the method to use in bandwidth tuning: the random criterion of maximum sum of eigenvalues method (random CMSE) or the scalable method (SCMSE).
specifies the number of clusters to use in bandwidth tuning when the tuning method is the scalable criterion of maximum sum of eigenvalues method (SCMSE).
| Default | 100 |
|---|
specifies the number of passes to use in bandwidth tuning when the tuning method is the random criterion of maximum sum of eigenvalues method (random CMSE).
| Default | 10 |
|---|
specifies the random sample size to use in bandwidth tuning when the tuning method is the random criterion of maximum sum of eigenvalues method (random CMSE).
| Default | 100 |
|---|
specifies the random seed to use in bandwidth tuning.
when set to True, centers the numeric variables by the mean of each column.
| Alias | centering |
|---|---|
| Default | FALSE |
specifies the output data table in which to save the centroids matrix.
For more information about specifying the centroids parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the centroids matrix of the KPCA principal components.
For more information about specifying the centroidsPC parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the convergence criterion for the k-means clustering algorithm.
| Alias | cc |
|---|---|
| Default | 0.02 |
specifies the maximum number of iterations for the k-means clustering algorithm.
| Default | 50 |
|---|
specifies the initial centroid type in k-means clustering.
| Default | KMPP |
|---|---|
| FC | specifies fast clustering as the initial centroid type. |
| KMPP | specifies k-means plus plus as the initial centroid type. |
| RANDOM | specifies randomization as the initial centroid type. |
specifies the number of restarts when the initial centroids are selected by random.
| Default | 5 |
|---|
specifies the random seed to use in initial centroid selection.
specifies a list of results tables to send to the client for display.
For more information about specifying the display parameter, see the common displayTables parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the eigenVal matrix.
For more information about specifying the eigenVal parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the output data table in which to save the eigenVector matrix.
The eigOutput value can be one or more of the following:
specifies the output eigenvector table.
For more information about specifying the casout parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
when set to False and the training method is low-rank approximation, implements the fast scoring method.
| Alias | ES |
|---|---|
| Default | FALSE |
specifies the variable to use as the record identifier.
specifies the variables to use in the analysis.
For more information about specifying the inputs parameter, see the common casinvardesc parameter (Appendix A: Common Parameters).
| Alias | input |
|---|
specifies the constant term in the polynomial kernel.
| Alias | coefficient0 |
|---|---|
| Default | 1 |
specifies the kernel parameter.
specifies the kernel type to use for kernel principal component analysis. "RBF" indicates the radial basis function type.
| Aliases | kernel |
|---|---|
| kernelType |
specifies the output data table in which to save the mapping pre-image coefficients matrix.
For more information about specifying the mapCoeffs parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
specifies the parameter list in the mapping pre-image method.
The mapParm value can be one or more of the following:
specifies the intercept parameter of the polynomial kernel for kernel ridge regression to use in the mapping pre-image method.
| Default | 1 |
|---|
specifies the kernel parameter for kernel ridge regression to use in the mapping method.
specifies the kernel type for kernel ridge regression to use in the mapping method.
specifies the lambda parameter for the L2 regularization term for kernel ridge regression to use in the mapping pre-image method.
| Alias | L2 |
|---|---|
| Default | 1 |
specifies the maximum number of clusters to use in k-means clustering.
| Alias | maxc |
|---|---|
| Default | 100 |
specifies the computation method to use for kernel principal component analysis.
when set to True, an order is considered for the input dataset based on the KPCA_ROWID variable (or the ROWID variable in the absence of KPCA_ROWID variable) to generate consistent results when data is distributed on multiple grid nodes.
| Alias | sort |
|---|---|
| Default | FALSE |
specifies the output data table in which to save the score values of the training data.
The kpcaOutputStatement value can be one or more of the following:
specifies the output scoring table for training data.
For more information about specifying the casout parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
copies one or more variables from the input table to the output table.
| Alias | copyVar |
|---|
specifies the number of principal components to use in scoring the training data.
| Default | 4 |
|---|
lists the names of results tables to save as CAS tables on the server.
For more information about specifying the outputTables parameter, see the common outputTables parameter (Appendix A: Common Parameters).
| Alias | DISPLAYOUT |
|---|
when set to True, implements pre-image training.
| Alias | pre |
|---|---|
| Default | FALSE |
specifies the method to use in pre-image training.
| Alias | preMethod |
|---|
| Default | ITERATIVE |
|---|---|
| ITERATIVE | uses the iterative method to calculate the pre-image. |
| MAP | uses the mapping method to calculate the pre-image. |
specifies the number of principal components to use in pre-image training. For the mapping method, this is also the number of principal components to use in pre-image scoring.
| Alias | preNPC |
|---|---|
| Default | 4 |
specifies the eigenvalue threshold to use for determining the kernel matrix rank.
| Alias | threshold |
|---|---|
| Default | 1E-08 |
specifies the output data table in which to save the state of eigenvector matrix for future scoring.
For more information about specifying the saveState parameter, see the common casouttable (Form 1) parameter (Appendix A: Common Parameters).
when set to True, scales the numeric variables by the standard deviation of each column.
| Alias | scaling |
|---|---|
| Default | FALSE |
specifies the settings for an input table.
For more information about specifying the table parameter, see the common castable (Form 1) parameter (Appendix A: Common Parameters).