Click or drag to resize
Accord.NET (logo)

ScatterplotCompute Method (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[,] data,
	int[] labels
)
Request Example View Source

Parameters

data
Type: SystemDouble
Array of { x,y } values.
labels
Type: SystemInt32
Array of integer labels defining a class for each (x,y) pair.
See Also