Constructor
new Confidence(contentConfident, parentConfident, positionConfident)
Construct a new Confidence instance.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
contentConfident |
Boolean | true | If the merge is confident about the content of a node. |
parentConfident |
Boolean | true | If the merge is confident about the parent node of a node. |
positionConfident |
Boolean | true | If the merge is confident about the position of a node within |
Properties:
Name | Type | Description |
---|---|---|
contentConfident |
Boolean | If the merge is confident about the content of a node. |
parentConfident |
Boolean | If the merge is confident about the parent node of a node. |
positionConfident |
Boolean | If the merge is confident about the position of a node within the child list of its parent. |
- Source:
Classes
Members
contentConfident :Boolean
If the merge is confident about the content of a node.
Type:
- Boolean
- Source:
parentConfident :Boolean
If the merge is confident about the parent node of a node.
Type:
- Boolean
- Source:
positionConfident :Boolean
If the merge is confident about the position of a node within
the child list of its parent.
Type:
- Boolean
- Source: