[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

A view that calculates correlation on two fields. The view uses internally a net.esper.view.stat.CorrelationBean instance for the calculations, it also returns this bean as the result. This class accepts most of its behaviour from its parent, net.esper.view.stat.BaseBivariateStatisticsView. It adds the usage of the correlation bean and the appropriate schema.

The following tables list the members exposed by the CorrelationView type.

Public Properties

  NameDescription
EventType
Provides metadata information about the type of object the event collection contains.
(Overrides .EventType.)
FieldNameX
Gets or sets the field name of the field supplying X data points.
(Inherited from BaseBivariateStatisticsView.)
FieldNameY
Gets or sets the field name of the field supplying Y data points.
(Inherited from BaseBivariateStatisticsView.)
HasViews
Test is there are any views to the Viewable.
(Inherited from ViewSupport.)
Id
Gets the unique id for the view
(Inherited from ViewSupport.)
Parent
Gets or sets the view's parent viewable.
(Inherited from BaseBivariateStatisticsView.)
ViewServiceContext
Gets or sets the context instances used by the view.
(Inherited from BaseBivariateStatisticsView.)