DesignMatrix-class: A design matrix

Description Slots

Description

A design matrix

Slots

DMAT

A design matrix with feature scores, with objects as rows indexed by their object_ID and named columns as features. May contain a column named the empty string, with all-zero values (DUMMY_OBJECT_FEATURES_DVEC in the code). This is the case when from one or more objects no structural features could be extracted given the feature representation parameters.

LOWER_RANK_APPROXIMATION_DMAT

A lower rank approximation of DMAT, based on SVD. See: FeatureRepresentation.

SVD

A Singular Value Decomposition (SVD) of DMAT as returned by svd. Will be NULL if SVD has not been applied (FeatureRepresentation).


sanmai-NL/feat documentation built on May 29, 2019, 1:47 p.m.