Uses of Class
org.hipparchus.samples.ExampleUtils.ExampleFrame
-
Packages that use ExampleUtils.ExampleFrame Package Description org.hipparchus.samples Various examples.org.hipparchus.samples.clustering Clustering examples.org.hipparchus.samples.geometry Geometry examples. -
-
Uses of ExampleUtils.ExampleFrame in org.hipparchus.samples
Subclasses of ExampleUtils.ExampleFrame in org.hipparchus.samples Modifier and Type Class Description static class
ClusterAlgorithmComparison.Display
Display frame.static class
IntegerDistributionComparison.Display
Main frame for displaying distributions.static class
LowDiscrepancyGeneratorComparison.Display
Main frame for displaying low discrepancy points.static class
RealDistributionComparison.Display
Main frame for displaying distributions.Methods in org.hipparchus.samples with parameters of type ExampleUtils.ExampleFrame Modifier and Type Method Description static void
ExampleUtils. showExampleFrame(ExampleUtils.ExampleFrame frame)
Display example. -
Uses of ExampleUtils.ExampleFrame in org.hipparchus.samples.clustering
Subclasses of ExampleUtils.ExampleFrame in org.hipparchus.samples.clustering Modifier and Type Class Description static class
ImageClusteringExample.Display
Main frame for displaying clusters. -
Uses of ExampleUtils.ExampleFrame in org.hipparchus.samples.geometry
Subclasses of ExampleUtils.ExampleFrame in org.hipparchus.samples.geometry Modifier and Type Class Description static class
GeometryExample.Display
Main frame for geometry examples.
-