Package

org.deeplearning4j.spark.impl.multilayer

scoring

Permalink

package scoring

Visibility
  1. Public
  2. All

Type Members

  1. class FeedForwardWithKeyFunction[K] extends BasePairFlatMapFunctionAdaptee[Iterator[(K, INDArray)], K, INDArray]

    Permalink
  2. class ScoreExamplesFunction extends BaseDoubleFlatMapFunctionAdaptee[Iterator[DataSet]]

    Permalink
  3. class ScoreExamplesWithKeyFunction[K] extends BasePairFlatMapFunctionAdaptee[Iterator[(K, DataSet)], K, Double]

    Permalink
  4. class ScoreFlatMapFunction extends BaseFlatMapFunctionAdaptee[Iterator[DataSet], (Integer, Double)]

    Permalink
  5. class VaeReconstructionErrorWithKeyFunction[K] extends BasePairFlatMapFunctionAdaptee[Iterator[(K, INDArray)], K, Double]

    Permalink
  6. class VaeReconstructionProbWithKeyFunction[K] extends BasePairFlatMapFunctionAdaptee[Iterator[(K, INDArray)], K, Double]

    Permalink

Ungrouped