Package si.ijs.kt.clus.error.mlcForHmlc
Class MLaverageAUPRC
java.lang.Object
si.ijs.kt.clus.error.mlcForHmlc.MLROCAndPRCurve
si.ijs.kt.clus.error.mlcForHmlc.MLaverageAUPRC
- All Implemented Interfaces:
Serializable
,MlcHmlcSubError
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class si.ijs.kt.clus.error.mlcForHmlc.MLROCAndPRCurve
MLROCAndPRCurve.CurveType
-
Field Summary
Fields inherited from class si.ijs.kt.clus.error.mlcForHmlc.MLROCAndPRCurve
m_AreaPR, m_AreaROC, m_AverageAUPRC, m_AverageAUROC, m_ClassWisePredictions, m_ExtendPR, m_PooledAUPRC, m_ROCAndPRCurves, m_Thresholds, m_Values, m_WAvgAUPRC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(MlcHmlcSubError other) double
getModelError
(int dim) getName()
Methods inherited from class si.ijs.kt.clus.error.mlcForHmlc.MLROCAndPRCurve
addExample, computeAll, getCurveError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface si.ijs.kt.clus.error.mlcForHmlc.MlcHmlcSubError
addExample
-
Constructor Details
-
MLaverageAUPRC
public MLaverageAUPRC(int dim)
-
-
Method Details
-
getModelError
public double getModelError(int dim) - Specified by:
getModelError
in interfaceMlcHmlcSubError
-
getName
- Specified by:
getName
in interfaceMlcHmlcSubError
-
add
- Specified by:
add
in interfaceMlcHmlcSubError
- Overrides:
add
in classMLROCAndPRCurve
-