org.apache.mxnet

infer

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Classifier extends ClassifierBase

    A class for classifier tasks

  2. trait ClassifierBase extends AnyRef

  3. class ImageClassifier extends Classifier

    A class for image classification tasks.

    A class for image classification tasks. Contains helper methods.

  4. class ObjectDetector extends AnyRef

    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

    Implementation of prediction routines.

Value Members

  1. object ImageClassifier

Inherited from AnyRef

Inherited from Any

Ungrouped