tensorflow :: ops :: Betainc
#include <math_ops.h>
Oblicz uregulowaną niekompletną całkę beta \(I_x(a, b)\).
streszczenie
Uregulowana niekompletna całka beta jest definiowana jako:
\(I_x(a, b) = {B(x; a, b)}{B(a, b)}\)
gdzie
\(B(x; a, b) = ^x t^{a-1} (1 - t)^{b-1} dt\)
to niepełna funkcja beta, a \(B(a, b)\) to pełna funkcja beta.
Argumenty:
- zakres: obiekt Scope
Zwroty:
-
Output
: tensor z.
Konstruktorzy i niszczyciele | |
---|---|
Betainc (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input b, :: tensorflow::Input x) |
Atrybuty publiczne | |
---|---|
operation | |
z |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Atrybuty publiczne
operacja
Operation operation
z
::tensorflow::Output z
Funkcje publiczne
Betainc
Betainc( const ::tensorflow::Scope & scope, ::tensorflow::Input a, ::tensorflow::Input b, ::tensorflow::Input x )
węzeł
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const