Package smile.plot.vega
Class LookupData
java.lang.Object
smile.plot.vega.LookupData
The density transform performs one-dimensional kernel density estimation
over an input data stream and generates a new data stream of samples of
the estimated densities.
-
Method Details
-
toString
-
toPrettyString
Returns the specification in pretty print.- Returns:
- the specification in pretty print.
-
data
Returns the secondary data source.- Returns:
- the secondary data source.
-
fields
Returns the fields in foreign data or selection to lookup.- Parameters:
fields
- the fields in foreign data or selection to lookup. If not specified, the entire object is queried.- Returns:
- this object.
-