Package qsardes.descriptor.qsarwb
Class QsarWBTopologicalDistance
java.lang.Object
qsardes.descriptor.DescriptorTopologicalDistance
qsardes.descriptor.qsarwb.QsarWBTopologicalDistance
- All Implemented Interfaces:
Descriptor
Topological distance matrix descriptor (QSAR-WB Descriptors).
Calculates topological distance matrix descriptors.
Returns
SpMax_D - Leading eigenvalue.
SpDiam_D - Spectral diameter.
SpAD_D - Spectral absolute deviation.
SpMAD_D - Spectral mean absolute deviation.
EE_D - Estrada-like index.
VE1_D - Coefficient sum of the last eigenvector.
VE2_D - Average coefficient sum of the last eigenvector.
VE3_D - Logarithmic coefficient sum of the last eigenvector.
VR1_D - Randic-like eigenvector-based index.
VR2_D - Normalized Randic-like eigenvector-based index.
VR3_D - Logarithmic Randic-like eigenvector-based index.
Calculates topological distance matrix descriptors.
Returns
SpMax_D - Leading eigenvalue.
SpDiam_D - Spectral diameter.
SpAD_D - Spectral absolute deviation.
SpMAD_D - Spectral mean absolute deviation.
EE_D - Estrada-like index.
VE1_D - Coefficient sum of the last eigenvector.
VE2_D - Average coefficient sum of the last eigenvector.
VE3_D - Logarithmic coefficient sum of the last eigenvector.
VR1_D - Randic-like eigenvector-based index.
VR2_D - Normalized Randic-like eigenvector-based index.
VR3_D - Logarithmic Randic-like eigenvector-based index.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doublecalculate_sp_ve1_sum(UtilsCalc utils_calc, double[][] eig_vec_array) protected doublecalculate_sp_vr1_sum(org.openscience.cdk.interfaces.IAtomContainer iac, UtilsCalc utils_calc, double[][] eig_vec_array) protected doubleget_sp_ve1_sum(double sp_ve1_sum) protected doubleget_ve3(double sp_ve1_sum, int atom_count) protected doubleget_vr3(double vr1_sum, int atom_count) Methods inherited from class qsardes.descriptor.DescriptorTopologicalDistance
get_descriptor_names, get_descriptor_type, get_descriptor_values, toString
-
Constructor Details
-
QsarWBTopologicalDistance
public QsarWBTopologicalDistance()
-
-
Method Details
-
calculate_sp_ve1_sum
- Specified by:
calculate_sp_ve1_sumin classDescriptorTopologicalDistance
-
calculate_sp_vr1_sum
protected double calculate_sp_vr1_sum(org.openscience.cdk.interfaces.IAtomContainer iac, UtilsCalc utils_calc, double[][] eig_vec_array) - Specified by:
calculate_sp_vr1_sumin classDescriptorTopologicalDistance
-
get_sp_ve1_sum
protected double get_sp_ve1_sum(double sp_ve1_sum) - Specified by:
get_sp_ve1_sumin classDescriptorTopologicalDistance
-
get_ve3
protected double get_ve3(double sp_ve1_sum, int atom_count) - Specified by:
get_ve3in classDescriptorTopologicalDistance
-
get_vr3
protected double get_vr3(double vr1_sum, int atom_count) - Specified by:
get_vr3in classDescriptorTopologicalDistance
-