public class SmileHistogram extends Object
| Constructor and Description |
|---|
SmileHistogram() |
| Modifier and Type | Method and Description |
|---|---|
static smile.plot.PlotCanvas |
create(double[] x,
String yTitle) |
static smile.plot.PlotCanvas |
create(String plotTitle,
String xTitle,
String yTitle,
NumberColumn column) |
static void |
show(double[] x) |
static void |
show(NumberColumn column) |
static void |
show(String plotTitle,
NumberColumn column) |
public static smile.plot.PlotCanvas create(String plotTitle, String xTitle, String yTitle, NumberColumn column)
public static smile.plot.PlotCanvas create(double[] x,
String yTitle)
public static void show(double[] x)
public static void show(String plotTitle, NumberColumn column)
public static void show(NumberColumn column)
Copyright © 2018. All rights reserved.