Interface WekaEndpointBuilderFactory.WekaEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- WekaEndpointBuilderFactory
public static interface WekaEndpointBuilderFactory.WekaEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Weka component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()The filter spec (i.e.The classifier spec (i.e.The named dataset to train the classifier with.folds(int folds) Number of folds to use for cross-validation.Number of folds to use for cross-validation.Path to load the model from.An in/out path for the read/write commands.Path to save the model to.seed(int seed) An optional seed for the randomizer.An optional seed for the randomizer.xval(boolean xval) Flag on whether to use cross-validation with the current dataset.Flag on whether to use cross-validation with the current dataset.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
apply
The filter spec (i.e. Name Options). The option is a: <code>java.lang.String</code> type. Group: filter- Parameters:
apply- the value to set- Returns:
- the dsl builder
-
build
The classifier spec (i.e. Name Options). The option is a: <code>java.lang.String</code> type. Group: model- Parameters:
build- the value to set- Returns:
- the dsl builder
-
dsname
The named dataset to train the classifier with. The option is a: <code>java.lang.String</code> type. Group: model- Parameters:
dsname- the value to set- Returns:
- the dsl builder
-
folds
Number of folds to use for cross-validation. The option is a: <code>int</code> type. Default: 10 Group: model- Parameters:
folds- the value to set- Returns:
- the dsl builder
-
folds
Number of folds to use for cross-validation. The option will be converted to a <code>int</code> type. Default: 10 Group: model- Parameters:
folds- the value to set- Returns:
- the dsl builder
-
loadFrom
Path to load the model from. The option is a: <code>java.lang.String</code> type. Group: model- Parameters:
loadFrom- the value to set- Returns:
- the dsl builder
-
saveTo
Path to save the model to. The option is a: <code>java.lang.String</code> type. Group: model- Parameters:
saveTo- the value to set- Returns:
- the dsl builder
-
seed
An optional seed for the randomizer. The option is a: <code>int</code> type. Default: 1 Group: model- Parameters:
seed- the value to set- Returns:
- the dsl builder
-
seed
An optional seed for the randomizer. The option will be converted to a <code>int</code> type. Default: 1 Group: model- Parameters:
seed- the value to set- Returns:
- the dsl builder
-
xval
Flag on whether to use cross-validation with the current dataset. The option is a: <code>boolean</code> type. Default: false Group: model- Parameters:
xval- the value to set- Returns:
- the dsl builder
-
xval
Flag on whether to use cross-validation with the current dataset. The option will be converted to a <code>boolean</code> type. Default: false Group: model- Parameters:
xval- the value to set- Returns:
- the dsl builder
-
path
An in/out path for the read/write commands. The option is a: <code>java.lang.String</code> type. Group: write- Parameters:
path- the value to set- Returns:
- the dsl builder
-