public static interface WekaEndpointBuilderFactory.WekaEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
apply(String apply)
The filter spec (i.e.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
build(String build)
The classifier spec (i.e.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
dsname(String dsname)
The named dataset to train the classifier with.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
folds(int folds)
Number of folds to use for cross-validation.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
folds(String folds)
Number of folds to use for cross-validation.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
loadFrom(String loadFrom)
Path to load the model from.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
path(String path)
An in/out path for the read/write commands.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
saveTo(String saveTo)
Path to save the model to.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
seed(int seed)
An optional seed for the randomizer.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
seed(String seed)
An optional seed for the randomizer.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
xval(boolean xval)
Flag on whether to use cross-validation with the current dataset.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder |
xval(String xval)
Flag on whether to use cross-validation with the current dataset.
|
default WekaEndpointBuilderFactory.WekaEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder apply(String apply)
apply - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder build(String build)
build - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder dsname(String dsname)
dsname - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder folds(int folds)
folds - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder folds(String folds)
folds - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder loadFrom(String loadFrom)
loadFrom - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder saveTo(String saveTo)
saveTo - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder seed(int seed)
seed - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder seed(String seed)
seed - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder xval(boolean xval)
xval - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder xval(String xval)
xval - the value to setdefault WekaEndpointBuilderFactory.WekaEndpointBuilder path(String path)
path - the value to setApache Camel