TargetValueCounts

class TargetValueCounts(val targetValueCounts: Array[TargetValueCount]) extends PmmlElement

Lists the counts associated with each value of the target field, However, a TargetValueCount whose count is zero may be omitted. Within BayesOutput, TargetValueCounts lists the total count of occurrences of each target value. Within PairCounts, TargetValueCounts lists, for each target value, the count of the joint occurrences of that target value with a particular discrete input value.

trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def countOf(value: Any): Double

Inherited methods

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

Concrete fields