Package

org.uclm.alarcos.rrc

reasoning

Permalink

package reasoning

Visibility
  1. Public
  2. All

Type Members

  1. case class Antecedent(columnName: String, operator: Operator.Value, value: Double) extends Product with Serializable

    Permalink
  2. case class Consequent(newColumnName: String, value: Any) extends Product with Serializable

    Permalink
  3. trait Inference extends AnyRef

    Permalink

    Created by Raul Reguillo on 23/09/17.

  4. case class Rule(ant: Seq[Antecedent], conjuntion: Conjunction.Value, cons: Consequent) extends Product with Serializable

    Permalink
  5. case class RuleSet(rules: Seq[Rule]) extends Product with Serializable

    Permalink

Value Members

  1. object Conjunction extends Enumeration

    Permalink

    Created by Raul Reguillo on 23/09/17.

  2. object Operator extends Enumeration

    Permalink

Ungrouped