Package

org.apache.mxnet

infer

Permalink

package infer

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

Type Members

  1. class Classifier extends ClassifierBase

    Permalink

    A class for classifier tasks

  2. trait ClassifierBase extends AnyRef

    Permalink
  3. class ImageClassifier extends Classifier

    Permalink

    A class for image classification tasks.

    A class for image classification tasks. Contains helper methods.

  4. class ObjectDetector extends AnyRef

    Permalink

    The ObjectDetector class helps to run ObjectDetection tasks where the goal is to find bounding boxes and corresponding labels for objects in a image.

  5. class Predictor extends PredictBase

    Permalink

    Implementation of prediction routines.

Value Members

  1. object ImageClassifier

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped