public class GeneralizedMeMachineShop extends java.lang.Object implements BeliefBaseMachineShop
| Modifier and Type | Field and Description |
|---|---|
private int |
p
Parameter p for p-norm.
|
| Constructor and Description |
|---|
GeneralizedMeMachineShop(int p)
Creates a new machine shop with the given norm.
|
| Modifier and Type | Method and Description |
|---|---|
BeliefBase |
repair(BeliefBase beliefBase)
Repairs the given belief base, i.e.
|
java.lang.String |
toString() |
public GeneralizedMeMachineShop(int p)
norm - some norm.public BeliefBase repair(BeliefBase beliefBase)
BeliefBaseMachineShoprepair in interface BeliefBaseMachineShopbeliefBase - a possibly inconsistent belief base.public java.lang.String toString()
toString in class java.lang.Object