Package org.jetbrains.kotlinx.dl.visualization.letsplot
Types
PlotFeature represents the filling options for plots that defines its color scale. Used mainly with predefined scales that are available as properties of companion object but can be parametrized with some custom Scale for filling from lets-plot library.
Functions
Column plot arranges the given iterable of plots in specified number of columns and creates a single figure from all given plots
Create a column plot of tile plots for weights of Conv2D layer filters.
Create a xyPlot for image data given as array of the following intensities of the plot tiles. Function intended to use with the inputs images from some Dataset for model as it offers to plot extra label that the specified image is labeled by (and additionally supports plotting some predicted label when model prediction is given)
Create a list of columns plots for model activation on layers. The model is evaluated on given input and the obtained activations arrays of the following layers are converted into separated figures with columns plots of the weights for the filters in Conv2D layers
Create a tile plot with weights from specified function f(x, y)
that specifies the intensity of the single tile on the plot (x, y)
position.