This is an automated email from the ASF dual-hosted git repository.
zaleslaw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from d11b4bb IGNITE-12333: [ML] Cleanup the ML module code (#7024)
add 8dbea36 IGNITE-12339: [ML] Remove outdated property isDistributed in
Vector and Matrix classes (#7026)
No new revisions were added by this update.
Summary of changes:
.../apache/ignite/ml/math/StorageOpsMetrics.java | 5 ----
.../ml/math/primitives/matrix/AbstractMatrix.java | 8 +-----
.../matrix/storage/DenseMatrixStorage.java | 5 ----
.../matrix/storage/SparseMatrixStorage.java | 5 ----
.../matrix/storage/ViewMatrixStorage.java | 5 ----
.../ml/math/primitives/vector/AbstractVector.java | 5 ----
.../ml/math/primitives/vector/VectorUtils.java | 15 +----------
.../primitives/vector/impl/DelegatingVector.java | 5 ----
.../vector/storage/DenseVectorStorage.java | 5 ----
.../vector/storage/SparseVectorStorage.java | 5 ----
.../vector/storage/VectorViewStorage.java | 5 ----
.../storage/VectorizedViewMatrixStorage.java | 5 ----
.../ignite/ml/nn/ReplicatedVectorMatrix.java | 5 ----
.../org/apache/ignite/ml/structures/Dataset.java | 21 ++-------------
.../ignite/ml/structures/LabeledVectorSet.java | 30 ++++++----------------
.../preprocessing/LabeledDatasetLoader.java | 9 +++----
.../apache/ignite/ml/common/CollectionsTest.java | 2 +-
.../apache/ignite/ml/knn/LabeledDatasetHelper.java | 2 +-
.../primitives/matrix/MatrixAttributeTest.java | 9 +------
.../matrix/MatrixViewConstructorTest.java | 1 -
.../math/primitives/vector/AbstractVectorTest.java | 10 --------
.../primitives/vector/VectorAttributesTest.java | 13 +++-------
.../ignite/ml/structures/DatasetStructureTest.java | 5 +---
.../ignite/ml/structures/LabeledVectorSetTest.java | 10 ++++----
24 files changed, 28 insertions(+), 162 deletions(-)