テンソルフロー::作戦::ベタインク

#include <math_ops.h>

正規化された不完全ベータ積分を計算する Ix(a,b)

まとめ

正規化された不完全ベータ積分は次のように定義されます。

Ix(a,b)=B(x;a,b)B(a,b)

どこ

B(x;a,b)=xta1(1t)b1dt

は不完全なベータ関数であり、 B(a,b)完全なベータ版の機能です。

引数:

戻り値:

コンストラクターとデストラクター

Betainc (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input b, :: tensorflow::Input x)

パブリック属性

operation
z

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック属性

手術

Operation operation

z

::tensorflow::Output z

公共機能

ベタインク

 Betainc(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input a,
  ::tensorflow::Input b,
  ::tensorflow::Input x
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const