class PContext[G, M, W] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PContext()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addWorld(w: W, p: Double, cxt: Context[G, M]): Unit
- def almostCertainScaling: Context[(G, W), M]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def axiomatize: (Set[Implication[G, PAttribute[M]]], Set[Implication[(G, W), M]], Set[Implication[G, PAttribute[M]]])
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def contains(g: G, m: PAttribute[M]): Boolean
- val contexts: HashMap[W, Context[G, M]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extension(attributes: Set[PAttribute[M]]): Set[G]
- def extension(attribute: PAttribute[M]): Set[G]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def incidenceProbability(g: G, B: Set[M]): Double
- def intersection[T](s: Set[T], t: Set[T]): Set[T]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def minimize(set: Set[PAttribute[M]], implications: Set[Implication[G, PAttribute[M]]]): Set[PAttribute[M]]
- def models(implication: Implication[G, PAttribute[M]]): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def objects: Set[G]
- def probabilisticAttributes: HashSet[ProbabilisticAttribute[M]]
- def probabilisticImplicationalBase: Set[Implication[G, PAttribute[M]]]
- def probabilisticScaling: Context[G, PAttribute[M]]
- val probabilities: HashMap[W, Double]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def toImplication(premise: HashSet[PAttribute[M]], conclusion: HashSet[PAttribute[M]]): Implication[G, PAttribute[M]]
-
def
toString(): String
- Definition Classes
- PContext → AnyRef → Any
- def trivialImplications: Set[Implication[G, PAttribute[M]]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val worlds: HashSet[W]