|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.jchem.db.JChemSearch.DissimilarityMetrics
public static class JChemSearch.DissimilarityMetrics
Class for presenting the available dissimilarity metrics for similarity search.
| Field Summary | |
|---|---|
float[] |
defaultDissimilarityMetricThresholds
The default tresholds for the available metrics, in the same order as metricNames |
int |
defaultMetricIndex
The index of the default metric, referring to metricNames, starting from 0. |
java.lang.String[] |
metricNames
The names of the available metrics (e.g {"tanimoto","tversky"}) |
java.lang.String |
name
The name of the similarity search method (for display) |
int[] |
numOfParam
Number of parameters for each metric |
java.lang.String[] |
paramDefault
For every metric: default values for parameters separated with "," e.g. {"","0.5,0.5"} |
java.lang.String[] |
paramHelp
Help text for every metric. |
java.lang.String[] |
paramNames
For every metric: names of the parameters enumerated and separated with "," e.g. |
java.lang.String[] |
paramRanges
For every metric: ranges for parameters separated with "," e.g. {"","0..1,0..1"} |
| Constructor Summary | |
|---|---|
JChemSearch.DissimilarityMetrics()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String[] metricNames
public int[] numOfParam
public java.lang.String[] paramNames
public java.lang.String[] paramRanges
public java.lang.String[] paramDefault
public float[] defaultDissimilarityMetricThresholds
metricNames
public java.lang.String[] paramHelp
public int defaultMetricIndex
metricNames, starting from 0.
| Constructor Detail |
|---|
public JChemSearch.DissimilarityMetrics()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||