Package

com.ibm.sparktc.sparkbench.workload

ml

Permalink

package ml

Visibility
  1. Public
  2. All

Type Members

  1. case class KMeansWorkload(input: Option[String], output: Option[String], saveMode: String, k: Int, seed: Long, maxIterations: Int) extends Workload with Product with Serializable

    Permalink
  2. 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

    Permalink
  3. case class LogisticRegressionWorkload(input: Option[String], output: Option[String], saveMode: String, testFile: String, numPartitions: Int, cacheEnabled: Boolean) extends Workload with Product with Serializable

    Permalink

Value Members

  1. object KMeansWorkload extends WorkloadDefaults with Serializable

    Permalink
  2. object LogisticRegressionWorkload extends WorkloadDefaults with Serializable

    Permalink

Ungrouped