chemprop.featurizers.base#
Attributes#
Classes#
An |
|
An |
|
An |
Module Contents#
- chemprop.featurizers.base.S#
- chemprop.featurizers.base.T#
- class chemprop.featurizers.base.Featurizer[source]#
-
An
Featurizerfeaturizes inputs typeSinto outputs of typeT.
- class chemprop.featurizers.base.VectorFeaturizer[source]#
Bases:
Featurizer[S,numpy.ndarray],collections.abc.SizedAn
Featurizerfeaturizes inputs typeSinto outputs of typeT.
- class chemprop.featurizers.base.GraphFeaturizer[source]#
Bases:
Featurizer[S,chemprop.data.molgraph.MolGraph]An
Featurizerfeaturizes inputs typeSinto outputs of typeT.- property shape: tuple[int, int]#
- Abstractmethod:
- Return type:
tuple[int, int]