<span style="font-size:24px;">public class ProbDepth
此类为从BackoffLanguageModel返回的结果。
本类的属性:
public float probability;
public int depth;
本类的构造方法:
public ProbDepth(float probability, int depth);构造方法。对属性进行设置了。
public class ProbDepth {
public float probability; 概率属性
public int depth;深度属性
public ProbDepth(float probability, int depth) {
super();
this.probability = probability;
this.depth = depth;
}
}</span>
ProbDepth API
最新推荐文章于 2025-04-03 09:09:01 发布