Package qsardes.descriptor.qsarwb
Class QsarWBWalkCount
java.lang.Object
qsardes.descriptor.DescriptorWalkCount
qsardes.descriptor.qsarwb.QsarWBWalkCount
- All Implemented Interfaces:
Descriptor
Walk count descriptors (QSAR-WB Descriptors).
Calculates walk count descriptors.
MWC# - Order # walk count log(1 + x) scale.
SRW# - Order # self-returning walk count log(1 + x) scale.
# is the order spanning from 2 to 10.
TWC - Total walk count (orders from 2 to 10).
TSRW - Total self-return walk count (up to order 10) log(1 + x) scale.
Calculates walk count descriptors.
MWC# - Order # walk count log(1 + x) scale.
SRW# - Order # self-returning walk count log(1 + x) scale.
# is the order spanning from 2 to 10.
TWC - Total walk count (orders from 2 to 10).
TSRW - Total self-return walk count (up to order 10) log(1 + x) scale.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doublecalculate_tsrw(int diag_value) protected doubleget_tsrw(double tsrw) Methods inherited from class qsardes.descriptor.DescriptorWalkCount
get_descriptor_names, get_descriptor_type, get_descriptor_values, toString
-
Constructor Details
-
QsarWBWalkCount
public QsarWBWalkCount()
-
-
Method Details
-
calculate_tsrw
protected double calculate_tsrw(int diag_value) - Specified by:
calculate_tsrwin classDescriptorWalkCount
-
get_tsrw
protected double get_tsrw(double tsrw) - Specified by:
get_tsrwin classDescriptorWalkCount
-