MCPcopy Create free account

hub / github.com/HICAI-ZJU/KANO / types & classes

Types & classes46 in github.com/HICAI-ZJU/KANO

↓ 28 callersClassMoleculeDataset
A MoleculeDataset contains a list of molecules and their associated features and targets.
chemprop/data/data.py:96
↓ 16 callersClassVertex
KGembedding/owl2vec_star/rdf2vec/graph.py:4
↓ 5 callersClassStandardScaler
A StandardScaler normalizes a dataset. When fit on a dataset, the StandardScaler learns the mean and standard deviation across the 0th axis.
chemprop/data/scaler.py:6
↓ 3 callersClassOntologyProjection
Light ontology projection tailored to OWL2Vec PARAMETERS: 0. urionto: URI of the ontology to project 1. reasoner Reasoner.STRUC
KGembedding/owl2vec_star/lib/Onto_Projection.py:22
↓ 3 callersClassRDF2VecTransformer
Project random walks or subtrees in graphs into embeddings, suited for classification. Parameters ---------- vector_size: int (defaul
KGembedding/owl2vec_star/rdf2vec/embed.py:11
↓ 3 callersClassRandomWalker
KGembedding/owl2vec_star/rdf2vec/walkers/random.py:7
↓ 2 callersClassAttentionLayer
chemprop/models/model.py:169
↓ 2 callersClassIdentity
Identity PyTorch module.
chemprop/nn_utils.py:93
↓ 2 callersClassKnowledgeGraph
KGembedding/owl2vec_star/rdf2vec/graph.py:31
↓ 2 callersClassMoleculeDatapoint
A MoleculeDatapoint contains a single molecule and its associated features and targets.
chemprop/data/data.py:15
↓ 2 callersClassMoleculeModel
A MoleculeModel is a model which contains a message passing network following by feed-forward layers.
chemprop/models/model.py:18
↓ 2 callersClassOntologyAccess
classdocs
KGembedding/owl2vec_star/lib/Onto_Access.py:20
↓ 2 callersClassWeisfeilerLehmanWalker
KGembedding/owl2vec_star/rdf2vec/walkers/weisfeiler_lehman.py:7
↓ 1 callersClassAnnotationURIs
This class manages the most common ontology annotations
KGembedding/owl2vec_star/lib/Onto_Annotations.py:8
↓ 1 callersClassAnonymousWalker
KGembedding/owl2vec_star/rdf2vec/walkers/anonymous.py:7
↓ 1 callersClassBatchGRU
chemprop/models/cmpn.py:154
↓ 1 callersClassBatchMolGraph
A BatchMolGraph represents the graph structure and featurization of a batch of molecules. A BatchMolGraph contains the attributes of a MolGr
chemprop/features/featurization.py:319
↓ 1 callersClassCMPN
chemprop/models/cmpn.py:198
↓ 1 callersClassCMPNEncoder
chemprop/models/cmpn.py:15
↓ 1 callersClassCommunityWalker
KGembedding/owl2vec_star/rdf2vec/walkers/community.py:24
↓ 1 callersClassContrastiveLoss
chemprop/models/loss/loss.py:10
↓ 1 callersClassDefaultLookupDict
chemprop/torchlight/vocab.py:18
↓ 1 callersClassHalkWalker
KGembedding/owl2vec_star/rdf2vec/walkers/halk.py:7
↓ 1 callersClassLSTM4VarLenSeq
chemprop/torchlight/module.py:14
↓ 1 callersClassLogFormatter
chemprop/torchlight/logger.py:18
↓ 1 callersClassMPN
An :class:`MPN` is a wrapper around :class:`MPNEncoder` which featurizes input as needed.
chemprop/models/mpn.py:137
↓ 1 callersClassMPNEncoder
An :class:`MPNEncoder` is a message passing neural network for encoding a molecule.
chemprop/models/mpn.py:15
↓ 1 callersClassMolGraph
A MolGraph represents the graph structure and featurization of a single molecule. A MolGraph computes the following attributes: - smiles
chemprop/features/featurization.py:167
↓ 1 callersClassNCESoftmaxLoss
chemprop/models/loss/loss_computer.py:6
↓ 1 callersClassNGramWalker
KGembedding/owl2vec_star/rdf2vec/walkers/ngrams.py:7
↓ 1 callersClassNoamLR
Noam learning rate scheduler with piecewise linear increase and exponential decay. The learning rate increases linearly from init_lr to max_
chemprop/nn_utils.py:136
↓ 1 callersClassPRMetric
Calculates the precision and recall. - `update` must receive output of the form `(y_pred, y)`. - `y_pred` must be in the following shape
chemprop/torchlight/metric.py:84
↓ 1 callersClassPromptGeneratorOutput
chemprop/models/model.py:224
↓ 1 callersClassPrompt_generator
chemprop/models/model.py:196
↓ 1 callersClassWalkletWalker
KGembedding/owl2vec_star/rdf2vec/walkers/walklets.py:6
ClassCategoricalAccuracy
Calculates the categorical accuracy. - `update` must receive output of the form `(y_pred, y)`. - `y_pred` must be in the following shape
chemprop/torchlight/metric.py:53
ClassDBpediaOntology
KGembedding/owl2vec_star/lib/Onto_Access.py:333
ClassEvaluator
KGembedding/owl2vec_star/lib/Evaluator.py:12
ClassFlatNCE
chemprop/models/loss/loss.py:33
ClassFlatNCE
chemprop/models/loss/loss_computer.py:19
ClassMetric
Abstract Base class (ABC) for all Metrics. Taken from https://github.com/pytorch/ignite/metrics/metric.py and modify a bit. Often
chemprop/torchlight/metric.py:7
ClassReasoner
KGembedding/owl2vec_star/lib/Onto_Access.py:13
ClassSchemaOrgOntology
KGembedding/owl2vec_star/lib/Onto_Access.py:359
ClassVocabulary
Define a vocabulary object that will be used to numericalize a field. Attributes: token2id: A collections.defaultdict instance mappin
chemprop/torchlight/vocab.py:27
ClassWalker
KGembedding/owl2vec_star/rdf2vec/walkers/walker.py:3
ClassWildcardWalker
KGembedding/owl2vec_star/rdf2vec/walkers/wildcard.py:8