Skip to main content
POST
Principal Component Analysis (PCA)

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
X
number[][]
required

Feature matrix (high-dimensional data)

Example:
n_components
integer
default:2

Number of principal components

Example:

2

Response

PCA transformation results

success
boolean
Example:

true

data
object