Package

com.intel.analytics.zoo

feature

Permalink

package feature

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. feature
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractFeatureSet[D, DataSequence] extends AbstractDataSet[D, DataSequence]

    Permalink

    A set of data which is used in the model optimization process.

    A set of data which is used in the model optimization process. The FeatureSet can be access in a random data sample sequence. In the training process, the data sequence is a looped endless sequence. While in the validation process, the data sequence is a limited length sequence. User can use the data() method to get the data sequence.

    The sequence of the data is not fixed. It can be changed by the shuffle() method.

    D

    Data type

    DataSequence

    Represent a sequence of data

  2. class CachedDistributedFeatureSet[T] extends DistributedFeatureSet[T]

    Permalink

    Wrap a RDD as a FeatureSet.

  3. class DiskFeatureSet[T] extends DistributedFeatureSet[T]

    Permalink

    Wrap a RDD as a FeatureSet.

    Wrap a RDD as a FeatureSet. RDD will be persist on local disk, and will load one slice of the data to memory for the training.

  4. trait DistributedFeatureSet[T] extends AbstractFeatureSet[T, RDD[T]]

    Permalink

    Represent a distributed data.

    Represent a distributed data. Use RDD to go through all data.

  5. type FeatureSet[D] = AbstractFeatureSet[D, _]

    Permalink

Value Members

  1. object DRAMFeatureSet

    Permalink
  2. object FeatureSet

    Permalink
  3. package common

    Permalink
  4. package image

    Permalink
  5. package image3d

    Permalink
  6. package pmem

    Permalink
  7. package python

    Permalink
  8. package text

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped