public function ExtractPca( startPca : int, numberExtract : int, pcaCoefficients : float[] );
Parameters
startPca
System.Int32 Starting index for PCA projection coefficients to extract from the buffer.
numberExtract
System.Int32 Number of 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).