public class DempsterOp extends Object implements CombinationOp
Modifier and Type | Field and Description |
---|---|
Float |
conflict |
boolean |
worldclosed |
Constructor and Description |
---|
DempsterOp(boolean isworldclosed) |
Modifier and Type | Method and Description |
---|---|
List<Pair<byte[],Float>> |
combine(List<List<Pair<byte[],Float>>> masspotentials)
Combine the mass potentials.
|
Float |
getConflict() |
public Float conflict
public boolean worldclosed
public List<Pair<byte[],Float>> combine(List<List<Pair<byte[],Float>>> masspotentials)
CombinationOp
combine
in interface CombinationOp
masspotentials
- mass potentialspublic Float getConflict()
getConflict
in interface CombinationOp
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.