applyChain
API Definition |
const float *applyChain(idx_t n, const float *x) const |
|---|---|
Function |
Performs linear transformation on feature vector data. |
Input |
Index::idx_t n: number of feature vectors in the training dataset. const float *x: feature vector data. |
Output |
N/A |
Return Value |
Feature vector data after linear transformation. |
Restrictions |
|
Parent topic: AscendIndexPreTransform