Packages

o

io.archivesunleashed.app

ExtractPopularImages

object ExtractPopularImages

Extract most popular images from an RDD.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtractPopularImages
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val LIMIT_DENOMINATOR: Int
  2. val LIMIT_MAXIMUM: Int
  3. val MIN_HEIGHT: Int
  4. val MIN_WIDTH: Int
  5. def apply(records: RDD[ArchiveRecord], limit: Int, sc: SparkContext, minWidth: Int = MIN_WIDTH, minHeight: Int = MIN_HEIGHT): RDD[String]

    Extracts the n most popular images from an RDD within a given size range.

    Extracts the n most popular images from an RDD within a given size range.

    limit

    number of most popular images in the output

    sc

    SparkContext

    minWidth

    of image

    minHeight

    of image