mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 20:32:43 +00:00
Remove paper reference which is more confusing than helpful
This commit is contained in:
parent
d31546aecd
commit
4ee4aa08a6
@ -3225,7 +3225,6 @@ Result:
|
||||
## arrayNormalizedGini
|
||||
|
||||
Calculates the normalized Gini coefficient.
|
||||
For more details, see https://arxiv.org/abs/1912.07753.
|
||||
|
||||
**Syntax**
|
||||
|
||||
|
@ -398,7 +398,7 @@ private:
|
||||
|
||||
REGISTER_FUNCTION(NormalizedGini)
|
||||
{
|
||||
FunctionDocumentation::Description doc_description = "Calculates the normalized Gini coefficient. For more details, see https://arxiv.org/abs/1912.07753.";
|
||||
FunctionDocumentation::Description doc_description = "Calculates the normalized Gini coefficient.";
|
||||
FunctionDocumentation::Syntax doc_syntax = "arrayNormalizedGini(predicted, label)";
|
||||
FunctionDocumentation::Arguments doc_arguments = {{"predicted", "Predicted value (Array(T))."}, {"label", "Actual value (Array(T))."}};
|
||||
FunctionDocumentation::ReturnedValue doc_returned_value = "A tuple containing the Gini coefficients of the predicted values, the Gini coefficient of the normalized values, and the normalized Gini coefficient (= the ratio of the former two Gini coefficients).";
|
||||
|
Loading…
Reference in New Issue
Block a user