| void CAutotuneNanoConfig::GetAutotuningElbow | ( | std::vector< float > & | PVArray, |
| std::vector< uint16_t > & | ClusterCountArray ) |
Gets the autotuning elbow graph points Each value pair is the percent variation and the number of clusters that were created Autotuned percent variation is the percent variation occuring in the bend of the curve
| PVArray | pointer to an array that the function will populate with the percent variations used in autotuning |
| ClusterCountArray | pointer to an array that will be populated with the number of clusters created |