All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ml.sparkling.graph.api.generators.GraphGenerator.scala Maven / Gradle / Ivy

The newest version!
package ml.sparkling.graph.api.generators

import org.apache.spark.SparkContext
import org.apache.spark.graphx.Graph

/**
  * Created by Roman Bartusiak [email protected] [email protected] on 26.04.16.
  */
abstract class GraphGenerator[PT<:GraphGeneratorConfiguration,ET,VT] {
def generate(configuration:PT)(implicit ctx:SparkContext):Graph[VT,ET]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy