| Package | Description |
|---|---|
| io.cortical.services |
| Modifier and Type | Method and Description |
|---|---|
static ImageEncoding |
ImageEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageEncoding[] |
ImageEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayInputStream |
Images.compare(ImagePlotShape shape,
ImageEncoding imageEncoding,
Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(ImagePlotShape shape,
ImageEncoding imageEncoding,
String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Model model1,
Model model2)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.compare(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
String jsonModel)
Returns a visualization of the comparison of two fingerprints.
|
ByteArrayInputStream |
Images.getImage(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Double sparsity,
Model model)
Generate an image for the for the model.
|
ByteArrayInputStream |
Images.getImage(Integer scalar,
ImagePlotShape shape,
ImageEncoding imageEncoding,
Double sparsity,
String jsonModel)
Generate an image for the for the model.
|
Copyright © 2015. All rights reserved.