| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWeka Прикладные библиотеки Machine Learning |
| Группа | Группаnz.ac.waikato.cms.weka |
| Идентификатор | ИдентификаторprobabilityCalibrationTrees |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеprobabilityCalibrationTrees
Provides probability calibration trees (PCTs) for local calibration of class probability estimates. To achieve
calibration of a base learner, the PCT class must be used as the meta learner in the CascadeGeneralization class, which
is also included in this package. The classifier to be calibrated must be used as the base learner in the CascadeGeneralization class.
The CascadeGeneralization class can also be used independently to perform CascadeGeneralization for ensemble learning.
The code for PCTs is largely the same as the LMT code for growing logistic model trees. For more details, see
the ACML paper on probability calibration trees.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/probabilityCalibrationTrees/ -->
<dependency>
<groupId>nz.ac.waikato.cms.weka</groupId>
<artifactId>probabilityCalibrationTrees</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/probabilityCalibrationTrees/
implementation 'nz.ac.waikato.cms.weka:probabilityCalibrationTrees:1.0.0'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/probabilityCalibrationTrees/
implementation ("nz.ac.waikato.cms.weka:probabilityCalibrationTrees:1.0.0")
'nz.ac.waikato.cms.weka:probabilityCalibrationTrees:jar:1.0.0'
<dependency org="nz.ac.waikato.cms.weka" name="probabilityCalibrationTrees" rev="1.0.0">
<artifact name="probabilityCalibrationTrees" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='probabilityCalibrationTrees', version='1.0.0')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "probabilityCalibrationTrees" % "1.0.0"
[nz.ac.waikato.cms.weka/probabilityCalibrationTrees "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nz.ac.waikato.cms.weka : weka-dev | jar | [3.7.1,) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.7.1,) |
| junit : junit | jar | 3.8.2 |