Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
aliran tensor:: operasi:: Betainc
#include <math_ops.h>
Hitung integral beta tidak lengkap yang diatur \(I_x(a, b)\).
Ringkasan
Integral beta tidak lengkap yang diatur didefinisikan sebagai:
\(I_x(a, b) = {B(x; a, b)}{B(a, b)}\)
Di mana
\(B(x; a, b) = ^x t^{a-1} (1 - t)^{b-1} dt\)
adalah fungsi beta yang tidak lengkap dan \(B(a, b)\) adalah fungsi beta lengkap .
Argumen:
Pengembalian:
Atribut publik
Fungsi publik
simpul
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Keluaran
operator::tensorflow::Output() const
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[],[],null,["# tensorflow::ops::Betainc Class Reference\n\ntensorflow::ops::Betainc\n========================\n\n`#include \u003cmath_ops.h\u003e`\n\nCompute the regularized incomplete beta integral \\\\(I_x(a, b)\\\\).\n\nSummary\n-------\n\nThe regularized incomplete beta integral is defined as:\n\n\\\\(I_x(a, b) = {B(x; a, b)}{B(a, b)}\\\\)\n\nwhere\n\n\\\\(B(x; a, b) = \\^x t\\^{a-1} (1 - t)\\^{b-1} dt\\\\)\n\nis the incomplete beta function and \\\\(B(a, b)\\\\) is the *complete* beta function.\n\nArguments:\n\n- scope: A [Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/versions/r2.2/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): The z tensor.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [Betainc](#classtensorflow_1_1ops_1_1_betainc_1a13ab92c26e4387e364ba1f747bc9666e)`(const ::`[tensorflow::Scope](/versions/r2.2/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/versions/r2.2/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` a, ::`[tensorflow::Input](/versions/r2.2/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` b, ::`[tensorflow::Input](/versions/r2.2/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` x)` ||\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_betainc_1ade71245746ebd8d4da5b1a783f504024) | [Operation](/versions/r2.2/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [z](#classtensorflow_1_1ops_1_1_betainc_1a37abcada8caac0061566b13386cb10bd) | `::`[tensorflow::Output](/versions/r2.2/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------|------------------------|\n| [node](#classtensorflow_1_1ops_1_1_betainc_1aa6563406641f7654459e830ce110d1b9)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_betainc_1a4705fedd870694c57911f00ca4c83103)`() const ` | ` ` ` ` |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_betainc_1ad60f6197b9d3bd810c4f53bcaf034076)`() const ` | ` ` ` ` |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### z\n\n```text\n::tensorflow::Output z\n``` \n\nPublic functions\n----------------\n\n### Betainc\n\n```gdscript\n Betainc(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input a,\n ::tensorflow::Input b,\n ::tensorflow::Input x\n)\n``` \n\n### node\n\n```gdscript\n::tensorflow::Node * node() const \n``` \n\n### operator::tensorflow::Input\n\n```gdscript\n operator::tensorflow::Input() const \n``` \n\n### operator::tensorflow::Output\n\n```gdscript\n operator::tensorflow::Output() const \n```"]]