The feature vectors produced by this featurizer have the following (general) signature:
slice [start, stop)
subfeature
unknown pad?
0-1
null?
N
1-5
bond type
N
5-6
conjugated?
N
6-8
in ring?
N
7-14
stereochemistry
Y
NOTE: the above signature only applies for the default arguments, as the bond type and
sterochemistry slices can increase in size depending on the input arguments.
Parameters:
bond_types (Sequence[BondType] | None, default=[SINGLE, DOUBLE, TRIPLE, AROMATIC]) – the known bond types
stereos (Sequence[int] | None, default=[0, 1, 2, 3, 4, 5]) – the known bond stereochemistries. See [1]_ for more details