Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/vectorizer/src/mod.ts>useWeighted

Machine Learning utilities for TypeScript
Latest
function useWeighted
import { useWeighted } from "https://deno.land/x/vectorizer@v0.7.5/src/mod.ts";

Roll one from an array of weighted choices.

Parameters

choices: WeightedChoice<ItemType>[]
  • Choices to roll from.

Returns

WeightedChoice<ItemType>

Item rolled.