Uses of Class
org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionLocalScheme.Result
Packages that use DataPartitionLocalScheme.Result
-
Uses of DataPartitionLocalScheme.Result in org.apache.sysds.runtime.controlprogram.paramserv.dp
Methods in org.apache.sysds.runtime.controlprogram.paramserv.dp that return DataPartitionLocalScheme.ResultModifier and TypeMethodDescriptionabstract DataPartitionLocalScheme.ResultDataPartitionLocalScheme.doPartitioning(int workersNum, MatrixBlock features, MatrixBlock labels) DCLocalScheme.doPartitioning(int workersNum, MatrixBlock features, MatrixBlock labels) DRLocalScheme.doPartitioning(int workersNum, MatrixBlock features, MatrixBlock labels) DRRLocalScheme.doPartitioning(int workersNum, MatrixBlock features, MatrixBlock labels) LocalDataPartitioner.doPartitioning(int workersNum, MatrixBlock features, MatrixBlock labels) ORLocalScheme.doPartitioning(int workersNum, MatrixBlock features, MatrixBlock labels)