Skip to content

Commit

Permalink
Improve DistanceComputer
Browse files Browse the repository at this point in the history
  • Loading branch information
tischi committed Dec 26, 2023
1 parent 5711ea2 commit 29b4b57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public static < A extends Annotation > void showUI( AnnotationTableModel< A > ta
coloringModel.setOpacityNotSelected( 1.0 );
coloringModel.setSelectionColor( new ARGBType( ARGBType.rgba( 255, 255, 0, 255 ) ) );
}

}

private static < A extends Annotation > void computeDistancesAndAddToTable( AnnotationTableModel< A > tableModel, String resultColumnName, DistanceMetric distanceMetric, List< String > selectedColumnNames, Map< String, Double > columnAverages )
Expand Down

0 comments on commit 29b4b57

Please sign in to comment.