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,
NumericColumn column) |
static void |
show(double[] x) |
static void |
show(NumericColumn column) |
static void |
show(String plotTitle,
NumericColumn column) |
public static smile.plot.PlotCanvas create(String plotTitle, String xTitle, String yTitle, NumericColumn column)
public static smile.plot.PlotCanvas create(double[] x,
String yTitle)
public static void show(double[] x)
public static void show(String plotTitle, NumericColumn column)
public static void show(NumericColumn column)
Copyright © 2017. All rights reserved.