mordred.DistanceMatrix module

class mordred.DistanceMatrix.DistanceMatrix(type='SpMax')[source]

Bases: mordred._base.descriptor.Descriptor

distance matrix descriptor.

Parameters:type (str) – Matrix aggregating methods
explicit_hydrogens = False
description()[source]
rtype

alias of float

from_json(obj)

Create Descriptor instance from json dict.

Parameters:obj (dict) – descriptor dict
Returns:descriptor
Return type:Descriptor
get_parameter_dict()
kekulize = False
parameter_names = ('type',)
require_3D = False
require_connected = False
to_json()

Convert to json serializable dictionary.

Returns:dictionary of descriptor
Return type:dict