lm_polygraph.estimators.rde module
- class lm_polygraph.estimators.rde.RDESeq(embeddings_type: str = 'decoder', parameters_path: str = None, normalize: bool = False)[source]
Bases:
EstimatorThe RDE method improves over MD by reducing the dimensionality of h(x) via PCA decomposition. It also computes the covariance matrix in a robust way using the Minimum Covariance Determinant estimate (Rousseeuw, 1984).