decomposition.PCA
fitした結果、
itした結果、モデルに以下のようなインスタンス変数が生成される。
components_:ndarray of shape (n_components, n_features)
explained_variance_:ndarray of shape (n_components,)
explained_variance_ratio_ : ndarray of shape (n_components,)
singular_values_ : ndarray of shape (n_components,)
mean_ : ndarray of shape (n_features,)
n_components_ : int
n_features_ : int
n_samples_ : int
noise_variance_ : float
n_features_in_ : int
feature_names_in_ : ndarray of shape (n_features_in_,)