Packages

package ml

Ordering
  1. Alphabetic
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
  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
  3. 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

  1. object KMeansWorkload extends WorkloadDefaults with Serializable
  2. object LogisticRegressionWorkload extends WorkloadDefaults with Serializable

Ungrouped