Join the newly launched
Discord community for real-time discussions, peer support, and direct interaction with the Meridian team!
meridian.model.knots.KnotInfo
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
গিঁটের সংখ্যা, গিঁটের অবস্থান এবং ওজন রয়েছে।
meridian.model.knots.KnotInfo(
n_knots: int,
knot_locations: np.ndarray[int, np.dtype[int]],
weights: np.ndarray[int, np.dtype[float]]
)
গুণাবলী |
---|
n_knots | গিঁটের সংখ্যা |
knot_locations | গিঁটের অবস্থান |
weights | সময়-পরিবর্তন সহগ পেতে গিঁটের মানের সাথে গুন করতে ব্যবহৃত ওজনগুলি। |
পদ্ধতি
__eq__
__eq__(
other
)
স্ব== মান ফেরত দিন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-11 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-01-11 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["The `KnotInfo` class stores knot-related data: the number of knots (`n_knots`), their locations (`knot_locations`), and their associated weights (`weights`). These weights are used to derive time-varying coefficients by multiplying them with the knot values. The class also includes an `__eq__` method to compare if one `KnotInfo` is equal to another.\n"],null,[]]