|
|
|
@@ -48,9 +48,9 @@ class RootMeanSquareDistance(Metric): |
|
|
|
distance_metric (string): Three measurement methods are supported: |
|
|
|
"euclidean", "chessboard" or "taxicab". Default: "euclidean". |
|
|
|
symmetric (bool): Whether to calculate the symmetric average root mean square distance between |
|
|
|
y_pred and y. If False, only calculates :math:`RmsSurDis(y_pred, y)` surface distance, |
|
|
|
y_pred and y. If False, only calculates :math:`RmsSurDis(y_{pred}, y)` surface distance, |
|
|
|
otherwise, the mean of distance from `y_pred` to `y` and from `y` to `y_pred`, i.e. |
|
|
|
:math:`RmsSurDis(y_pred \leftrightarrow y)` will be returned. Default: False. |
|
|
|
:math:`RmsSurDis({y_pred} \leftrightarrow y)` will be returned. Default: False. |
|
|
|
|
|
|
|
Supported Platforms: |
|
|
|
``Ascend`` ``GPU`` ``CPU`` |
|
|
|
|