Transforms¶
GraphData and GraphBatch¶
Transformation classes for caldera.data.GraphData
and caldera.data.GraphBatch
.
|
|
|
|
|
|
|
|
|
|
|
|
|
Choose subgraphs from a graph. |
Preprocessing Transforms¶
Networkx¶
Methods for transforming :class:`networkx.Graph`s
Warning
You should assume all transforms are performed in place. Use
NetworkxDeepcopy
if a copy of the graph is wanted.
|
Initialize transform that converts networkx features to a |
|
Initialize transform that converts encodes networkx features into one-hot encodings. |
|
Initialize transform that converts encodes networkx into a boolean represented as |
|
|
|
|
|
Transform networkx feature data. |
|
|
|
|
|
|
Convert node keys to strings. |
|
|
|
|
|
|