Uses of Class
pl.poznan.put.circular.ImmutableHistogram.Builder
Packages that use ImmutableHistogram.Builder
Package
Description
Classes to deal with angular data and circular statistics.
-
Uses of ImmutableHistogram.Builder in pl.poznan.put.circular
Methods in pl.poznan.put.circular that return ImmutableHistogram.BuilderModifier and TypeMethodDescriptionImmutableHistogram.Builder.binWidth
(double binWidth) Initializes the value for thebinWidth
attribute.static ImmutableHistogram.Builder
ImmutableHistogram.builder()
Creates a builder forImmutableHistogram
.ImmutableHistogram.Builder.data
(Collection<Angle> data) Initializes the value for thedata
attribute.Fill a builder with attribute values from the providedHistogram
instance.