Translation of "asymptotically" to Japanese language:


  Dictionary English-Japanese

Asymptotically - translation :

  Examples (External sources, not reviewed)

It grows less slowly asymptotically.
ビッグ オー つまりf(n) O(g(n))の場合は f(n) g(n)とほぼ等しいと言えます
It's just a linear function asymptotically.
一方このn⁴を含んだ複雑な式は
Asymptotically, this won't change. It's again 3, 3, 3, and 3.
答えは同じ数です 少々誤解されやすいので申し訳ありませんが
And, asymptotically, the number of quadratic features grows roughly as order n squared, where n is the number of the original features,
二次のフィーチャーの数は オーダーnの二乗で 成長する
In other words, from an asymptotic standpoint, in this algorithm, we'll run the same worse case asymptotically then check both of the boxes.
漸近的に最悪のケースが同じになる場合は 両方のボックスをチェックしてください
Things are close to Euclidean and therefore the counts will be a asymptotically going to the straight line with the slope we just derived.
しかし遠くに離れていくと 相対論的効果はより重要になり
like the first K elements but we basically have them at that point and K is smaller than n so asymptotically that's the whole running time.
kはnより小さいので 漸近的にこれが全体の実行時間になります kがn 2だとしたら
In the beginning maybe weird things happen, but once we get out far enough asymptotically in the limit as things get really big, f(n) lies between c2g(n) and c1g(n).
十分大きな極限になると f(n)はc₁g(n)とc₂g(n)の間にあるのです それが成り立ちそうしたc₁ c₂ n₀が存在するなら f(n)はΘ(g(n))に属すると言えます
We're trying to figure out what the running time is asymptotically Θ for selection and insertion as a function of n and K and then we can substitute in the value of K.
示したいと思います kはあとから他の値に置き換えることもできます リストにn個の要素がありそのTop kを求める際
In fact, there's some cases very good algorithms and you see that they're all polynomially bounded, so there's some polynomial in n and m that actually is larger asymptotically than all of these.
すなわち実際の計算時間よりも漸近的に 必ず大きくなるようなnとmの多項式が必ず存在します これらのようなアルゴリズムは 妥当な量の時間をかければ解けますし
Here as well as in the other plots, all of the curves are really close together at very low redshifts, when things that are asymptotically Euclidean. So that's the distances, what about the look back time?
以上が距離だ ではlook back時間は
So, in the last century, OK, people debated about whether this expansion of space would continue forever whether it would slow down, you know, will be slowing down, but continue forever slow down and stop, asymptotically stop or slow down, stop, and then reverse, so it starts to contract again.
永遠に続くものなのか それとも 衰えながらも 永遠に続くのか
With the very long list that were wanting to tap values of, you might as well just sort the whole thing. n, well what happens with n? n where look we're comparing n log n to n( n) which is n³ ². n³ ² is asymptotically larger than n log n so we're still better off just sorting the whole list.
nの平方根の場合はどうでしょう この場合はn log nを nのn倍 つまりnの3 2乗と比較します この値は漸近的にn log nより大きいので