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 thebinWidthattribute.static ImmutableHistogram.BuilderImmutableHistogram.builder()Creates a builder forImmutableHistogram.ImmutableHistogram.Builder.data(Collection<Angle> data) Initializes the value for thedataattribute.Fill a builder with attribute values from the providedHistograminstance.