|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeFilter | |
---|---|
netkit.classifiers | |
netkit.graph |
Uses of NodeFilter in netkit.classifiers |
---|
Methods in netkit.classifiers with parameters of type NodeFilter | |
---|---|
DataSplit |
DataView.getSplit(NodeFilter trainFilter)
|
Uses of NodeFilter in netkit.graph |
---|
Methods in netkit.graph with parameters of type NodeFilter | |
---|---|
Edge[] |
Node.getEdgesByType(java.lang.String edgeTypeName,
NodeFilter nf)
Get the Edges of this Node whose EdgeType name is the supplied parameter and whose destination Nodes match the supplied NodeFilter; the order is unspecified. |
Edge[] |
Node.getEdgesToNeighbor(java.lang.String destinationNodeType,
NodeFilter nf)
Get all the edges of this Node whose destination Node is of the supplied type and which matches the supplied NodeFilter; the order is unspecified. |
java.util.List<Edge> |
Node.getNeighbors(java.util.List<EdgeType> edgeTypePath,
NodeFilter nf)
Gets a List of Edges to neighboring Nodes based on the supplied EdgeType path. |
Node[] |
Graph.getNodes(java.lang.String nodeType,
NodeFilter nf)
Gets all of the Nodes matching the supplied node type and which also are accepted by the supplied NodeFilter. |
double[] |
Graph.getValues(java.lang.String nodeType,
NodeFilter nf,
int index)
Gets a double array of values from Nodes in this Graph matching the supplied node type and which also are accepted by the supplied NodeFilter; the values are obtained from the Attribute at the supplied index offset into the Node's fields. |
double[] |
Graph.getValues(java.lang.String nodeType,
NodeFilter nf,
java.lang.String fieldName)
Gets a double array of values from Nodes in this Graph matching the supplied node type and which also are accepted by the supplied NodeFilter; the values are obtained from the Attribute matching the supplied field name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |