The math matrix library: matrix data structures, operations and factorizations over data frames.
Microsoft.VisualBasic.Math.Matrix 1.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.Math.Matrix
| Type | Summary | Members |
|---|---|---|
| Builder | 4 | |
| Correlation | 2 | |
| CorrelationMatrix | the correlation matrix join the pvalue matrix | 5 |
| DataMatrix | A NxN data matrix which can be convert to graph object under a certain cutoff value. | 1 |
| Distance | 2 | |
| DistanceMatrix | a dissimilarity or similarity structure | 1 |
| InferMethods | 缺失值的模拟推断方法 | 2 |
| InternalHelpers | 这个模块是在删除了csv文件模块的依赖之后的进行重复实现某些csv文件模块的逻辑函数的帮助模块 | 0 |
| LoadDataMatrix | 1 | |
| MatrixFormat | 4 | |
| MatrixTypeCast | 1 | |
| NamedSparseMatrix | 10 | |
| NumericDataSet | 2 |
Microsoft.VisualBasic.Math.Matrix.MatrixFormat
| Type | Summary | Members |
|---|---|---|
| MatrixCompression | v2 头部中的压缩标志位:0 表示未压缩,1 表示后续数据经过 gzip 压缩。 | 2 |
Microsoft.VisualBasic.Math.Matrix.MatrixMarket
Matrix Market file format reading and writing.
| Type | Summary | Members |
|---|---|---|
| MTXFormat | %%MatrixMarket matrix coordinate real general %================================================================================= % % This ASCII file represents a sparse MxN matr… | 2 |
| RUAFormat | Reader and writer for the Harwell-Boeing sparse matrix format, specifically the RUA (Real, Unsymmetric, Assembled) variant. | 5 |