public function ExtractPca( startPca : int, numberExtract : int, pcaCoefficients : float[] );
Parameters
startPca
System.Int32. Starting index for principal component analysis (PCA) projection coefficients to extract from the buffer.
numberExtract
System.Int32. Number of principal component analysis (PCA) projection coefficients to extract from the buffer.
pcaCoefficients
System.Single[]. Pointer to the location where clustered principal component analysis (CPCA) coefficients are written. The size of the data written is (Number of Samples) * (Number of PCA Coefficients).