Click or drag to resize
Accord.NET (logo)

ScatterplotCompute Method (Double, Double, Int32)

Computes the scatter plot.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Compute(
	double[] x,
	double[] y,
	int[] labels
)
Request Example View Source

Parameters

x
Type: SystemDouble
Array of X values.
y
Type: SystemDouble
Array of corresponding Y values.
labels
Type: SystemInt32
Array of integer labels defining a class for each (x,y) pair.
See Also