coRankingAsync
function coRankingAsync( hd, ld,opts?): Promise<CoRanking>;Defined in: passes/parallel.ts:177
Co-ranking only, across workers. Equivalent to analyzeAsync with distances off.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
hd | PointsInput |
ld | PointsInput |
opts | AnalyzeAsyncOptions |
Returns
Section titled “Returns”Promise<CoRanking>
Example
Section titled “Example”import { coRankingAsync, aucLogRnx } from "@saehrimnir/sickle";
const cr = await coRankingAsync(data, projection, { workers: 4 });aucLogRnx(cr); // 0.4658