indexers

This is summary documentation for hippynn.graphs.nodes.indexers module. Click here for full documentation.

Links to Full Documentation:

Nodes for indexing information.

Functions

acquire_encoding_padding(search_nodes, ...)

Automatically finds/builds a one-hot encoder and padding indexer starting from search_nodes.

Classes

AtomDeIndexer(name, parents[, module])

Node for converting Atom->MolAtom

AtomReIndexer(name, parents[, module])

Node for re-using index information to convert MolAtom->Atom.

FilterBondsOneway(name, parents[, module])

Node which filters the set of pairs to a one-way list.

FuzzyHistogrammer(name, parents, length, ...)

Node for transforming a scalar feature into a vectorized feature via the fuzzy/soft histogram method.

OneHotEncoder(name, parents, species_set[, ...])

Node for encoding species as one-hot vectors

PaddingIndexer(name, parents, *args, **kwargs)

Node for building information to convert from MolAtom to Atom index state.

QuadUnpackNode(name, parents[, module])

SysMaxOfAtomsNode(name, parents[, module])