Package | Description |
---|---|
org.openimaj.ml.annotation.linear |
Modifier and Type | Method and Description |
---|---|
static LiblinearAnnotator.Mode |
LiblinearAnnotator.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiblinearAnnotator.Mode[] |
LiblinearAnnotator.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LiblinearAnnotator(FeatureExtractor<? extends FeatureVector,OBJECT> extractor,
LiblinearAnnotator.Mode mode,
de.bwaldvogel.liblinear.SolverType solver,
double C,
double eps)
Default constructor.
|
LiblinearAnnotator(FeatureExtractor<? extends FeatureVector,OBJECT> extractor,
LiblinearAnnotator.Mode mode,
de.bwaldvogel.liblinear.SolverType solver,
double C,
double eps,
double bias,
boolean dense)
Default constructor.
|