com.alpine

result

package result

Visibility
  1. Public
  2. All

Type Members

  1. trait CategoricalResult extends MLResult

  2. case class ClassificationResult(labels: Seq[String], confidences: Array[Double]) extends CategoricalResult with Product with Serializable

    The value is the arg max of the confidences.

  3. case class ClusteringResult(labels: Seq[String], distances: Array[Double]) extends CategoricalResult with Product with Serializable

    The value is the arg min of the distances.

  4. trait MLResult extends AnyRef

  5. case class RealResult(value: Double) extends MLResult with Product with Serializable

Ungrouped