Package

com.intel.analytics.zoo.pipeline

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. trait Net extends AnyRef

    Permalink

    A placeholder to add layer's utilities

  2. trait Predictable[T] extends AnyRef

    Permalink
  3. class Predictor[T] extends Serializable

    Permalink

    Predictor for distributed data

    Predictor for distributed data

    NOTE: The predictClass, predict and predictImage will call the relevant methods of object Predictor. Why we do this? Because every these methods uses the ClassTag T. If we do these jobs in the methods of classPredictor, when we do mapPartition, Spark will find all used values and do serialization. The T is the argument of constructor, the serialization will package the whole Predictor class, which contains themodel. It will send a duplicate model to the workers. So we should move these methods to object Predictor.

Value Members

  1. object Net

    Permalink
  2. object Predictor extends Serializable

    Permalink
  3. package autograd

    Permalink
  4. package keras

    Permalink
  5. package keras2

    Permalink
  6. package net

    Permalink

Ungrouped