SAResult Type

Summary type for the results of applying Surprisal Analysis to a dataset

Record fields

Record Field Description

LeftSingularVecors

Full Usage: LeftSingularVecors

Field type: Matrix<float>

left singular vectors resulting from the thin SVD of the input matrix

Field type: Matrix<float>

MolecularPhenotypes

Full Usage: MolecularPhenotypes

Field type: Matrix<float>
Field type: Matrix<float>

Potentials

Full Usage: Potentials

Field type: Matrix<float>
Field type: Matrix<float>

RightSingularVectors

Full Usage: RightSingularVectors

Field type: Matrix<float>

right singular vectors resulting from the thin SVD of the input matrix

Field type: Matrix<float>

SingularValues

Full Usage: SingularValues

Field type: Vector<float>

Vector containing the singular values resulting from the thin SVD of the input matrix in descending order

Field type: Vector<float>

SingularValuesDiag

Full Usage: SingularValuesDiag

Field type: Matrix<float>

diagonal matrix containing the singular values resulting from the thin SVD of the input matrix

Field type: Matrix<float>