Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class RougeSpec.
Spec for rouge score metric - calculates the recall of n-grams in prediction as compared to reference - returns a score ranging between 0 and 1.
Generated from protobuf message google.cloud.aiplatform.v1.RougeSpec
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rouge_type |
string
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum. |
↳ use_stemmer |
bool
Optional. Whether to use stemmer to compute rouge score. |
↳ split_summaries |
bool
Optional. Whether to split summaries while using rougeLsum. |
getRougeType
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRougeType
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUseStemmer
Optional. Whether to use stemmer to compute rouge score.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setUseStemmer
Optional. Whether to use stemmer to compute rouge score.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSplitSummaries
Optional. Whether to split summaries while using rougeLsum.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setSplitSummaries
Optional. Whether to split summaries while using rougeLsum.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|