public static interface PatternDiscovery.RefinementFactory
| Modifier and Type | Method and Description |
|---|---|
List<Relation> |
create(NodeActivation act,
int x,
NodeActivation secondAct,
int secondX)
Check if
node is an interesting pattern that might be considered for further processing. |
List<Relation> create(NodeActivation act, int x, NodeActivation secondAct, int secondX)
node is an interesting pattern that might be considered for further processing.
This property is required to be monotonic over the size of the pattern. In other words, if a pattern is
interesting, then all its sub patterns also need to be interesting.act - Copyright © 2018. All rights reserved.