Values_1.TopicIRComparisonMethodSourceThe definition of a TopicIRComparisonMethod.
type nonrec t = {type_ : ComparisonMethodType.t option;The type for the TopicIRComparisonMethod.
*)period : Values_0.TopicTimeGranularity.t option;The period for the TopicIRComparisonMethod.
*)windowSize : Values_0.Integer.t option;The window size for the TopicIRComparisonMethod.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of Values_0.Integer.t ]) list ]