Class ImageClusteringExample

java.lang.Object
org.hipparchus.samples.clustering.ImageClusteringExample

public class ImageClusteringExample extends Object
This example shows how clustering can be applied to images.
  • Constructor Details

    • ImageClusteringExample

      public ImageClusteringExample()
      Empty constructor.

      This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.

      Since:
      3.0
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Program entry point.
      Parameters:
      args - program arguments (unused here)
      Throws:
      IOException - if display frame cannot be created.