Package

io.radanalytics.silex

sample

Permalink

package sample

Visibility
  1. Public
  2. All

Value Members

  1. package iid

    Permalink

    A package that provides 'iid' sampling functionality on various collections whose elements constitute some kind of feature vector representation, eg Seq, FeatureSeq, etc.

    A package that provides 'iid' sampling functionality on various collections whose elements constitute some kind of feature vector representation, eg Seq, FeatureSeq, etc. The acronym 'iid' stands for 'independent, identically distributed', and refers to the property that sampled columns share the identical marginal distribution with corresponding input colums, but are statistically independent of any other columns, which is not necessarily true of the input.

    import io.radanalytics.silex.sample.iid.implicits._
    
    rdd.iidFeatureSeqRDD(100000)
  2. package split

    Permalink

Ungrouped