Class ORLocalScheme
java.lang.Object
org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionLocalScheme
org.apache.sysds.runtime.controlprogram.paramserv.dp.ORLocalScheme
Data partitioner Overlap_Reshuffle:
for each worker, use a new permutation multiply P %*% X,
where P is constructed for example with P=table(seq(1,nrow(X),sample(nrow(X), nrow(X))))
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sysds.runtime.controlprogram.paramserv.dp.DataPartitionLocalScheme
DataPartitionLocalScheme.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoPartitioning(int workersNum, MatrixBlock features, MatrixBlock labels) static List<MatrixBlock>partition(int k, MatrixBlock mb, List<MatrixBlock> permutations)
-
Constructor Details
-
ORLocalScheme
public ORLocalScheme()
-
-
Method Details
-
partition
-
doPartitioning
public DataPartitionLocalScheme.Result doPartitioning(int workersNum, MatrixBlock features, MatrixBlock labels) - Specified by:
doPartitioningin classDataPartitionLocalScheme
-