... | @@ -76,7 +76,7 @@ searchDrusilla( +pointer(float_array), +integer, +integer, |
... | @@ -76,7 +76,7 @@ searchDrusilla( +pointer(float_array), +integer, +integer, |
|
| Name | Type | Description | Default |
|
|
| Name | Type | Description | Default |
|
|
|------|------|-------------|---------|
|
|
|------|------|-------------|---------|
|
|
| querySet | +matrix | Matrix containing query points | - |
|
|
| querySet | +matrix | Matrix containing query points | - |
|
|
| k | +integer | Number of furthest neighbors to search for | 0 |
|
|
| k | +integer | Number of furthest neighbors to search for | 1 |
|
|
| neighbors | -matrix | Matrix to save furthest neighbor distances to | - |
|
|
| neighbors | -matrix | Matrix to save furthest neighbor distances to | - |
|
|
| distance | -matrix | Matrix to save neighbor indices to | - |
|
|
| distance | -matrix | Matrix to save neighbor indices to | - |
|
|
|
|
|
... | @@ -161,7 +161,7 @@ searchQDAFN( +pointer(float_array), +integer, +integer, |
... | @@ -161,7 +161,7 @@ searchQDAFN( +pointer(float_array), +integer, +integer, |
|
| Name | Type | Description | Default |
|
|
| Name | Type | Description | Default |
|
|
|------|------|-------------|---------|
|
|
|------|------|-------------|---------|
|
|
| querySet | +matrix | Matrix containing query points | - |
|
|
| querySet | +matrix | Matrix containing query points | - |
|
|
| k | +integer | Number of furthest neighbors to search for | 0 |
|
|
| k | +integer | Number of furthest neighbors to search for | 1 |
|
|
| neighbors | -matrix | Matrix to save furthest neighbor distances to | - |
|
|
| neighbors | -matrix | Matrix to save furthest neighbor distances to | - |
|
|
| distance | -matrix | Matrix to save neighbor indices to | - |
|
|
| distance | -matrix | Matrix to save neighbor indices to | - |
|
|
|
|
|
... | | ... | |