Displaying 1 result from an estimated 1 matches for "ensp00000354499".
2006 Nov 30
3
newbie: new_data_frame <- selected set of rows
Hello,
this is probably trivial but I failed to find this
particular snippet of code.
What I got:
my_dataframe (contains say a 40k rows and 4 columns)
distances (vector with euclidean distances between a
query vector and each of the rows of my_dataframe)
What I do:
after scaling data my_dataframe I calculate distances.
order them then extract top five hits
my_dataframe <-