টেনসরফ্লো :: অপস:: Betainc

#include <math_ops.h>

নিয়মিত করা অসম্পূর্ণ বিটা ইন্টিগ্রাল \(I_x(a, b)\)গণনা করুন।

সারসংক্ষেপ

নিয়মিত অসম্পূর্ণ বিটা ইন্টিগ্রালকে সংজ্ঞায়িত করা হয়েছে:

\(I_x(a, b) = {B(x; a, b)}{B(a, b)}\)

কোথায়

\(B(x; a, b) = ^x t^{a-1} (1 - t)^{b-1} dt\)

অসম্পূর্ণ বিটা ফাংশন এবং \(B(a, b)\) হল সম্পূর্ণ বিটা ফাংশন।

যুক্তি:

রিটার্ন:

  • Output : z টেনসর।

কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর

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

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

নোড

::tensorflow::Node * node() const 

অপারেটর::টেনসরফ্লো::ইনপুট

 operator::tensorflow::Input() const 

অপারেটর::টেনসরফ্লো::আউটপুট

 operator::tensorflow::Output() const