com
.
alpine
result
package
result
Visibility
Public
All
Type Members
trait
CategoricalResult
extends
MLResult
case class
ClassificationResult
(
labels:
Seq
[
String
]
,
confidences:
Array
[
Double
]
)
extends
CategoricalResult
with
Product
with
Serializable
The value is the arg max of the confidences.
case class
ClusteringResult
(
labels:
Seq
[
String
]
,
distances:
Array
[
Double
]
)
extends
CategoricalResult
with
Product
with
Serializable
The value is the arg min of the distances.
trait
MLResult
extends
AnyRef
case class
RealResult
(
value:
Double
)
extends
MLResult
with
Product
with
Serializable
Ungrouped