Uses of Enum
ubic.gemma.core.ontology.GoMetric.Metric
Packages that use GoMetric.Metric
-
Uses of GoMetric.Metric in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology that return GoMetric.MetricModifier and TypeMethodDescriptionstatic GoMetric.Metric
Returns the enum constant of this type with the specified name.static GoMetric.Metric[]
GoMetric.Metric.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.ontology with parameters of type GoMetric.MetricModifier and TypeMethodDescriptionGoMetric.computeMatrixSimilarity
(Gene gene1, Gene gene2, DoubleMatrix<Long, String> gene2TermMatrix, GoMetric.Metric metric) GoMetricImpl.computeMatrixSimilarity
(Gene gene1, Gene gene2, DoubleMatrix<Long, String> gene2TermMatrix, GoMetric.Metric metric) GoMetric.computeMaxSimilarity
(Gene queryGene, Gene targetGene, Map<String, Double> GOProbMap, GoMetric.Metric metric) GoMetricImpl.computeMaxSimilarity
(Gene queryGene, Gene targetGene, Map<String, Double> GOProbMap, GoMetric.Metric metric) GoMetric.computeSimilarity
(Gene queryGene, Gene targetGene, Map<String, Double> GOProbMap, GoMetric.Metric metric) GoMetricImpl.computeSimilarity
(Gene queryGene, Gene targetGene, Map<String, Double> GOProbMap, GoMetric.Metric metric)