|
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
)
Public Sub Compute (
data As Double()(),
labels As Integer()
)
Request Example
View SourceParameters
- 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