com
.
ibm
.
sparktc
.
sparkbench
.
workload
ml
package
ml
Visibility
Public
All
Type Members
case class
KMeansWorkload
(
input:
Option
[
String
]
,
output:
Option
[
String
]
,
saveMode:
String
,
k:
Int
,
seed:
Long
,
maxIterations:
Int
)
extends
Workload
with
Product
with
Serializable
case class
LogisticRegressionResult
(
name:
String
,
appid:
String
,
start_time:
Long
,
input:
String
,
train_count:
Long
,
train_time:
Long
,
test_file:
String
,
test_count:
Long
,
test_time:
Long
,
load_time:
Long
,
count_time:
Long
,
total_runtime:
Long
,
area_under_roc:
Double
)
extends
Product
with
Serializable
case class
LogisticRegressionWorkload
(
input:
Option
[
String
]
,
output:
Option
[
String
]
,
saveMode:
String
,
testFile:
String
,
numPartitions:
Int
,
cacheEnabled:
Boolean
)
extends
Workload
with
Product
with
Serializable
Value Members
object
KMeansWorkload
extends
WorkloadDefaults
with
Serializable
object
LogisticRegressionWorkload
extends
WorkloadDefaults
with
Serializable
Ungrouped