| 程序包 | 说明 |
|---|---|
| org.apache.flink.ml.common.linalg | |
| org.apache.flink.ml.common.statistics.basicstatistic | |
| org.apache.flink.ml.common.utils |
| 类和说明 |
|---|
| DenseMatrix
DenseMatrix stores dense matrix data and provides some methods to operate on the matrix it
represents.
|
| DenseVector
A dense vector represented by a values array.
|
| SparseVector
A sparse vector represented by an indices array and a values array.
|
| Vector
The Vector class defines some common methods for both DenseVector and SparseVector.
|
| VectorIterator
An iterator over the elements of a vector.
|
| 类和说明 |
|---|
| DenseMatrix
DenseMatrix stores dense matrix data and provides some methods to operate on the matrix it
represents.
|
| DenseVector
A dense vector represented by a values array.
|
| Vector
The Vector class defines some common methods for both DenseVector and SparseVector.
|
| 类和说明 |
|---|
| DenseVector
A dense vector represented by a values array.
|
| SparseVector
A sparse vector represented by an indices array and a values array.
|
| Vector
The Vector class defines some common methods for both DenseVector and SparseVector.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.