com
.
ibm
.
sparktc
.
sparkbench
.
datageneration
mlgenerator
package
mlgenerator
Visibility
Public
All
Type Members
case class
KMeansDataGen
(
numRows:
Int
,
numCols:
Int
,
input:
Option
[
String
] =
None
,
output:
Option
[
String
]
,
saveMode:
String
,
k:
Int
,
scaling:
Double
,
numPartitions:
Int
)
extends
Workload
with
Product
with
Serializable
case class
LinearRegressionDataGen
(
numRows:
Int
,
numCols:
Int
,
input:
Option
[
String
] =
None
,
output:
Option
[
String
]
,
saveMode:
String
,
eps:
Double
,
intercepts:
Double
,
numPartitions:
Int
)
extends
Workload
with
Product
with
Serializable
class
Random16
extends
AnyRef
class
Unsigned16
extends
AnyRef
Value Members
object
KMeansDataGen
extends
WorkloadDefaults
with
Serializable
object
LinearRegressionDataGen
extends
WorkloadDefaults
with
Serializable
Ungrouped