메소드 | 설명 | |
---|---|---|
CombineScores ( ) : |
Combines and averages metrics across all the given scores.
|
|
ComputeCoefRMSE ( |
Computes the Coefficient of Variation of the Root Mean Squared Error for the given inputs.
|
|
ComputeMSE ( |
Computes the Mean Squared Error of the given inputs.
|
|
ComputeMeanError ( |
Computes the Mean Absolute Error for the given inputs.
|
|
ComputeNormRMSE ( |
Computes the Normalized Root Mean Squared Error for the given inputs.
|
|
ComputeRMSE ( |
Computes the Root Mean Squared Error for the given inputs.
|
|
ComputeSSE ( |
Computes the Mean Squared Error of the given inputs.
|
|
Score ( ) : System |
Initializes a new Score object.
|
|
ScorePredictions ( |
Scores a set of predictions against the actual values.
|
|
ToString ( ) : string |
Returns a string representation of the current Score object.
|
public static ComputeCoefRMSE ( |
||
y1 | Predicted values. | |
y2 | Actual values. | |
리턴 | double |
public static ComputeMSE ( |
||
y1 | Predicted values. | |
y2 | Actual values. | |
리턴 | double |
public static ComputeMeanError ( |
||
y1 | Predicted values. | |
y2 | Actual values. | |
리턴 | double |
public static ComputeNormRMSE ( |
||
y1 | Predicted values. | |
y2 | Actual values. | |
리턴 | double |
public static ComputeRMSE ( |
||
y1 | Predicted values. | |
y2 | Actual values. | |
리턴 | double |
public static ComputeSSE ( |
||
y1 | Predicted values. | |
y2 | Actual values. | |
리턴 | double |
public static ScorePredictions ( |
||
predictions | Predicted values. | |
actual | Actual values. | |
truthLabel | double | (Optional) the truth label in the |
falseLabel | double | (Optional) the false label in the |
리턴 |