Scatterplot Class |
Namespace: Accord.Statistics.Visualizations
The Scatterplot type exposes the following members.
Name | Description | |
---|---|---|
Scatterplot |
Constructs an empty Scatter plot.
| |
Scatterplot(String) |
Constructs an empty Scatter plot with given title.
| |
Scatterplot(String, String, String) |
Constructs an empty scatter plot with
given title and axis names.
| |
Scatterplot(String, String, String, String) |
Constructs an empty Scatter Plot with
given title and axis names.
|
Name | Description | |
---|---|---|
Classes |
Gets a collection containing information about
each of the classes presented in the scatter plot.
| |
LabelAxis |
Gets the label of each (x,y) pair.
| |
LabelAxisTitle |
Gets the name of the label axis.
| |
LabelNames |
Gets the class labels for each of the classes in the plot.
| |
Title |
Gets the title of the scatter plot.
| |
XAxis |
Gets the values associated with the X-axis.
| |
XAxisTitle |
Gets the name of the X-axis.
| |
YAxis |
Gets the corresponding Y values associated with each X.
| |
YAxisTitle |
Gets the name of the Y-axis.
|
Name | Description | |
---|---|---|
Compute(Double) |
Computes the scatter plot.
| |
Compute(Double) |
Computes the scatter plot.
| |
Compute(Double) |
Computes the scatter plot.
| |
Compute(Double, Int32) |
Computes the scatter plot.
| |
Compute(Double, Double) |
Computes the scatter plot.
| |
Compute(Double, Int32) |
Computes the scatter plot.
| |
Compute(Double, Double, Int32) |
Computes the scatter plot.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |