Package qsardes.descriptor.qsarme
Class QsarMEPathCount
java.lang.Object
qsardes.descriptor.DescriptorPathCount
qsardes.descriptor.qsarme.QsarMEPathCount
- All Implemented Interfaces:
Descriptor
Path count descriptors (QSAR-ME Profiler 2025).
Calculates path count descriptors.
MPC# - Order # path count.
piPC# - Order # pi-path count log(1 + x) scale.
# is the order spanning from 1 to 10.
TPC - Total path count (orders from 1 to 10).
TpiPC - Total pi-path count (orders from 1 to 10) log(1 + x) scale.
R_TpiPCTPC - Total bond count (orders from 1 to 10) divided by total path count (orders from 1 to 10).
Calculates path count descriptors.
MPC# - Order # path count.
piPC# - Order # pi-path count log(1 + x) scale.
# is the order spanning from 1 to 10.
TPC - Total path count (orders from 1 to 10).
TpiPC - Total pi-path count (orders from 1 to 10) log(1 + x) scale.
R_TpiPCTPC - Total bond count (orders from 1 to 10) divided by total path count (orders from 1 to 10).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class qsardes.descriptor.DescriptorPathCount
get_descriptor_names, get_descriptor_type, get_descriptor_values, toString
-
Constructor Details
-
QsarMEPathCount
public QsarMEPathCount()
-