接口 Scoreable
public interface Scoreable
Interface for allowing to score a classifier
- 版本:
- $Revision: 1.4 $
- 作者:
- Remco Bouckaert (rrb@xm.co.nz)
-
字段概要
字段 -
方法概要
-
字段详细资料
-
方法详细资料
-
logScore
double logScore(int nType, int nCardinality) Returns log-score- 参数:
nType
- the score type- 返回:
- the log-score
-