public class ModelSelector extends Object
Constructor and Description |
---|
ModelSelector() |
Modifier and Type | Method and Description |
---|---|
static Map<ZooType,ZooModel> |
select(int numLabels,
int seed,
int iterations,
WorkspaceMode workspaceMode,
ZooType... zooTypes)
Select specific models from the zoo.
|
static Map<ZooType,ZooModel> |
select(WorkspaceMode workspaceMode,
ZooType... zooTypes) |
static Map<ZooType,ZooModel> |
select(ZooType... zooTypes) |
static Map<ZooType,ZooModel> |
select(ZooType zooType) |
static Map<ZooType,ZooModel> |
select(ZooType zooType,
int numLabels) |
static Map<ZooType,ZooModel> |
select(ZooType zooType,
int numLabels,
int seed,
int iterations) |
static Map<ZooType,ZooModel> |
select(ZooType zooType,
int numLabels,
int seed,
int iterations,
WorkspaceMode workspaceMode)
Select multiple models from the zoo according to type.
|
static Map<ZooType,ZooModel> |
select(ZooType zooType,
int numLabels,
WorkspaceMode workspaceMode) |
public static Map<ZooType,ZooModel> select(ZooType zooType, int numLabels, WorkspaceMode workspaceMode)
public static Map<ZooType,ZooModel> select(ZooType zooType, int numLabels, int seed, int iterations)
public static Map<ZooType,ZooModel> select(ZooType zooType, int numLabels, int seed, int iterations, WorkspaceMode workspaceMode)
zooType
- numLabels
- seed
- iterations
- public static Map<ZooType,ZooModel> select(WorkspaceMode workspaceMode, ZooType... zooTypes)
public static Map<ZooType,ZooModel> select(int numLabels, int seed, int iterations, WorkspaceMode workspaceMode, ZooType... zooTypes)
numLabels
- seed
- iterations
- workspaceMode
- zooTypes
- Copyright © 2017. All rights reserved.