Skip to content

Commit

Permalink
Change help string of AbstractUmapFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Nov 14, 2024
1 parent fa4a4a4 commit 1b0101a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public abstract class AbstractUmapFeature< V extends Vertex< ? > > extends Abstr
private static final String PROJECTION_NAME_TEMPLATE = "UMAP%d";

protected static final String HELP_STRING =
"Computes the umap according to the selected dimensions, the selected number of target dimensions and the minimum distance value.";
"Computes the UMAP according to the selected input dimensions, number of target dimensions, the minimum distance value and the number of neighbors.";

protected AbstractUmapFeature( final List< DoublePropertyMap< V > > umapOutputMaps )
{
Expand Down

0 comments on commit 1b0101a

Please sign in to comment.