Packages

p

net.sansa_stack.ml.spark

featureExtraction

package featureExtraction

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class SmartFeatureExtractor extends Transformer
  2. class SmartVectorAssembler extends Transformer

    This Transformer creates a needed Dataframe for common ML approaches in Spark MLlib.

    This Transformer creates a needed Dataframe for common ML approaches in Spark MLlib. The resulting Dataframe consists of a column features which is a numeric vector for each entity The other columns are a identifier column like the node id And optional column for label

  3. class SparqlFrame extends Transformer

    This SparqlFrame Transformer creates a dataframe based on a SPARQL query the resulting columns correspond to projection variables

Ungrouped