Package

net.sansa_stack.ml.spark.kge.linkprediction

crossvalidation

Permalink

package crossvalidation

Visibility
  1. Public
  2. All

Type Members

  1. class Bootstrapping extends CrossValidation[Dataset[IntegerTriples]]

    Permalink

    Bootstrapping -------------

    Bootstrapping -------------

    Bootstrapping technique

    Created by lpfgarcia

  2. trait CrossValidation[T] extends AnyRef

    Permalink

    Cross Validation Techniques ---------------------------

    Cross Validation Techniques ---------------------------

    Trait for the Cross Validation techniques

    Created by lpfgarcia

  3. class Holdout extends CrossValidation[Dataset[IntegerTriples]]

    Permalink
  4. case class kException(info: String) extends Exception with Product with Serializable

    Permalink

    k-fold Cross Validation -----------------------

    k-fold Cross Validation -----------------------

    k-fold Cross Validation technique

    Created by lpfgarcia

  5. class kFold extends CrossValidation[Seq[Dataset[IntegerTriples]]]

    Permalink
  6. case class rateException(info: String) extends Exception with Product with Serializable

    Permalink

    Hould Out ---------

    Hould Out ---------

    Hould Out technique

    Created by lpfgarcia

  7. case class withIndex(Subject: Int, Predicate: Int, Object: Int, k: Int) extends Product with Serializable

    Permalink

Ungrouped