softmax: Compute the softmax of a vector.

View source: R/softmax.R

softmaxR Documentation

Compute the softmax of a vector.

Description

Compute the softmax of a vector.

Usage

softmax(x)

Arguments

x

A vector.

Value

The softmax of 'x'


athowes/multi.utils documentation built on July 20, 2024, 10:57 p.m.