Floyd's algorithm (random selection)
GPTKB entity
Statements (20)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:algorithm
|
gptkbp:alternativeTo |
gptkb:reservoir_sampling
|
gptkbp:application |
gptkb:machine_learning
gptkb:simulation data analysis statistics |
gptkbp:category |
randomized algorithm
|
gptkbp:complexity |
O(k)
|
gptkbp:field |
computer science
|
gptkbp:firstPublished |
1982
|
https://www.w3.org/2000/01/rdf-schema#label |
Floyd's algorithm (random selection)
|
gptkbp:input |
population size n
sample size k |
gptkbp:namedAfter |
gptkb:Robert_W._Floyd
|
gptkbp:output |
k unique random samples from n
|
gptkbp:publishedIn |
gptkb:Communications_of_the_ACM
|
gptkbp:purpose |
random sampling without replacement
|
gptkbp:spaceComplexity |
O(k)
|
gptkbp:bfsParent |
gptkb:Robert_W._Floyd
|
gptkbp:bfsLayer |
5
|