Package

com.microsoft.ml.spark

contracts

Permalink

package contracts

Visibility
  1. Public
  2. All

Type Members

  1. case class DoubleMetric(name: UniqueName, value: Double) extends TypenameMetric with Product with Serializable

    Permalink
  2. class FriendlyException extends MMLException

    Permalink
  3. case class IntegralMetric(name: UniqueName, value: Long) extends TypenameMetric with Product with Serializable

    Permalink
  4. class MMLException extends RuntimeException

    Permalink
  5. sealed abstract class Metric extends AnyRef

    Permalink
  6. case class MetricData(data: Map[String, Seq[Double]], metricType: String, modelName: String) extends Product with Serializable

    Permalink

    Defines contract for Metric table, which is a metric name to list of values.

  7. case class MetricGroup(name: UniqueName, metrics: MetricTable) extends Product with Serializable

    Permalink
  8. class ParamException extends MMLException

    Permalink
  9. case class StringMetric(name: UniqueName, value: String) extends TypenameMetric with Product with Serializable

    Permalink
  10. case class TypedMetric[T](name: UniqueName, value: T) extends Metric with Product with Serializable

    Permalink
  11. sealed abstract class TypenameMetric extends AnyRef

    Permalink
  12. case class TypenameMetricGroup(name: UniqueName, values: Map[UniqueName, Seq[TypenameMetric]]) extends Product with Serializable

    Permalink

Value Members

  1. object ConvenienceTypes

    Permalink
  2. object MMLException extends Serializable

    Permalink
  3. object MetricData extends Serializable

    Permalink

Members