| Package | Description |
|---|---|
| javax.visrec |
Visual recognition API provides reusable abstractions for visual recognition tasks based on machine learning,
that simplify implementation and integration of various machine learning models and image types.
|
| javax.visrec.ml.classification | |
| javax.visrec.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImageClassifier<IMAGE_CLASS,MODEL_CLASS>
Skeleton abstract class to make it easier to implement image classifier.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NeuralNetImageClassifier<T> |
| Modifier and Type | Method and Description |
|---|---|
ImageClassifier<T> |
NeuralNetImageClassifier.Builder.build() |
ImageClassifier<T> |
NeuralNetImageClassifier.Builder.build(Map<String,Object> configuration) |
| Modifier and Type | Method and Description |
|---|---|
ImageClassifier<T> |
ImageClassifierFactory.create(NeuralNetImageClassifier.BuildingBlock<T> block) |
<T> ImageClassifier<T> |
ClassifierFactoryService.createNeuralNetImageClassifier(NeuralNetImageClassifier.BuildingBlock<T> block)
Creates a new
ImageClassifier by providing the NeuralNetImageClassifier.BuildingBlock to tune
the implementation's image classifier. |
Copyright © 2020. All rights reserved.