Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 1.69 KB

dataset.rst

File metadata and controls

79 lines (54 loc) · 1.69 KB

Dataset

Converters

.. autosummary::
   :toctree: generated/
   :nosignatures:

   chainer_chemistry.dataset.converters.concat_mols


Indexers

.. autosummary::
   :toctree: generated/
   :nosignatures:

   chainer_chemistry.dataset.indexer.BaseIndexer
   chainer_chemistry.dataset.indexer.BaseFeatureIndexer
   chainer_chemistry.dataset.indexers.NumpyTupleDatasetFeatureIndexer


Parsers

.. autosummary::
   :toctree: generated/
   :nosignatures:

   chainer_chemistry.dataset.parsers.BaseParser
   chainer_chemistry.dataset.parsers.CSVFileParser
   chainer_chemistry.dataset.parsers.SDFFileParser


Preprocessors

Base preprocessors

.. autosummary::
   :toctree: generated/
   :nosignatures:

   chainer_chemistry.dataset.preprocessors.BasePreprocessor
   chainer_chemistry.dataset.preprocessors.MolPreprocessor

Concrete preprocessors

.. autosummary::
   :toctree: generated/
   :nosignatures:


   chainer_chemistry.dataset.preprocessors.AtomicNumberPreprocessor
   chainer_chemistry.dataset.preprocessors.ECFPPreprocessor
   chainer_chemistry.dataset.preprocessors.GGNNPreprocessor
   chainer_chemistry.dataset.preprocessors.NFPPreprocessor
   chainer_chemistry.dataset.preprocessors.SchNetPreprocessor
   chainer_chemistry.dataset.preprocessors.WeaveNetPreprocessor

Utilities

.. autosummary::
   :toctree: generated/
   :nosignatures:

   chainer_chemistry.dataset.preprocessors.MolFeatureExtractionError
   chainer_chemistry.dataset.preprocessors.type_check_num_atoms
   chainer_chemistry.dataset.preprocessors.construct_atomic_number_array
   chainer_chemistry.dataset.preprocessors.construct_adj_matrix