ScoreDistribution

class ScoreDistribution(val value: Any, val recordCount: Double, val confidence: Option[Double], val probability: Option[Double]) extends PmmlElement

Comprises a method to list predicted values in a classification trees structure.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def withConfidence(confidence: Double): ScoreDistribution

Copy with a new confidence.

Copy with a new confidence.

def withProbability(probability: Double): ScoreDistribution

Copy with a new probability.

Copy with a new probability.

Inherited methods

Inherited from:
HasExtensions
def hasExtensions: Boolean
Inherited from:
HasExtensions

Concrete fields

val confidence: Option[Double]
val probability: Option[Double]
val recordCount: Double
val value: Any