API reference for sovai.extensions.anomalies
Module: sovai.extensions.anomalies
sovai.extensions.anomalies
estimate_rank()
def estimate_rank(tensor_data, explained_var_threshold = 0.95)
Estimate rank for each mode based on explained variance.
Parameters
tensor_data
—
explained_var_threshold
Default: 0.95
0.95
Last updated 4 months ago