org.apache.spark.mllib

fpm

package fpm

Visibility
  1. Public
  2. All

Type Members

  1. class AssociationRules extends Logging with Serializable

    Generates association rules from a RDD[FreqItemset[Item]].

  2. class FPGrowth extends Logging with Serializable

    A parallel FP-growth algorithm to mine frequent itemsets.

  3. class FPGrowthModel[Item] extends Saveable with Serializable

    Model trained by FPGrowth, which holds frequent itemsets.

  4. class PrefixSpan extends Logging with Serializable

    A parallel PrefixSpan algorithm to mine frequent sequential patterns.

  5. class PrefixSpanModel[Item] extends Saveable with Serializable

    Model fitted by PrefixSpan

Value Members

  1. object AssociationRules extends Serializable

    Annotations
    @Since( "1.5.0" )
  2. object FPGrowth extends Serializable

    Annotations
    @Since( "1.3.0" )
  3. object FPGrowthModel extends Loader[FPGrowthModel[_]] with Serializable

    Annotations
    @Since( "2.0.0" )
  4. object PrefixSpan extends Logging with Serializable

    Annotations
    @Since( "1.5.0" )
  5. object PrefixSpanModel extends Loader[PrefixSpanModel[_]] with Serializable

    Annotations
    @Since( "2.0.0" )

Ungrouped