| Modifier and Type | Method and Description |
|---|---|
Fit3DBuilder.AtomStep |
Fit3DBuilder.SiteConfigurationStep.kuhnMunkres(SubstitutionMatrix substitutionMatrix,
boolean restrictToExchanges)
Assigns the alignment using Kuhn-Munkres optimization and scoring derived from the specified substitution matrix.
|
Fit3DBuilder.AtomStep |
Fit3DBuilder.Builder.kuhnMunkres(SubstitutionMatrix substitutionMatrix,
boolean restrictToExchanges) |
Fit3DBuilder.SiteParameterConfigurationStep |
Fit3DBuilder.SiteParameterConfigurationStep.substitutionMatrix(SubstitutionMatrix substitutionMatrix)
The
SubstitutionMatrix to be used to calculate the Xie score. |
Fit3DBuilder.SiteParameterConfigurationStep |
Fit3DBuilder.Builder.substitutionMatrix(SubstitutionMatrix substitutionMatrix) |
| Modifier and Type | Method and Description |
|---|---|
static SubstitutionMatrix |
SubstitutionMatrix.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubstitutionMatrix[] |
SubstitutionMatrix.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static XieScore |
XieScore.of(SubstitutionMatrix substitutionMatrix,
SubstructureSuperimposition substructureSuperimposition) |
Copyright © 2018. All rights reserved.