RuleSelectionMethod

class RuleSelectionMethod(val criterion: Criterion) extends PmmlElement

Describes how rules are selected to apply the model to a new case

Value parameters:
criterion

explains how to determine and rank predictions and their associated confidences from the ruleset in case multiple rules fire.

trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Concrete fields