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.
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.
string
setRougeType
Optional. Supported rouge types are rougen[1-9], rougeL, and rougeLsum.
var
string
$this
getUseStemmer
Optional. Whether to use stemmer to compute rouge score.
bool
setUseStemmer
Optional. Whether to use stemmer to compute rouge score.
var
bool
$this
getSplitSummaries
Optional. Whether to split summaries while using rougeLsum.
bool
setSplitSummaries
Optional. Whether to split summaries while using rougeLsum.
var
bool
$this

