Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Method Sigmoid

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Sigmoid(double)

Transforms a real-valued input into a value between 0 and 1 using the $sigmoid operator.

public static double Sigmoid(double value)

Parameters

value double

The input value.

Returns

double

The transformed value.