Package | Description |
---|---|
org.apache.sysds.parser | |
org.apache.sysds.runtime.controlprogram.paramserv | |
org.apache.sysds.runtime.controlprogram.paramserv.dp |
Modifier and Type | Method and Description |
---|---|
static Statement.PSScheme |
Statement.PSScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.PSScheme[] |
Statement.PSScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.spark.api.java.JavaPairRDD<Integer,scala.Tuple2<MatrixBlock,MatrixBlock>> |
ParamservUtils.doPartitionOnSpark(SparkExecutionContext sec,
MatrixObject features,
MatrixObject labels,
Statement.PSScheme scheme,
int workerNum) |
Constructor and Description |
---|
DataPartitionerSparkMapper(Statement.PSScheme scheme,
int workersNum,
SparkExecutionContext sec,
int numEntries) |
LocalDataPartitioner(Statement.PSScheme scheme) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.