Interface WekaEndpointBuilderFactory.WekaBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- WekaEndpointBuilderFactory
public static interface WekaEndpointBuilderFactory.WekaBuilders
-
Method Summary
Modifier and TypeMethodDescriptionWeka (camel-weka) Perform machine learning tasks using Weka.Weka (camel-weka) Perform machine learning tasks using Weka.
-
Method Details
-
weka
Weka (camel-weka) Perform machine learning tasks using Weka. Category: datamining Since: 3.1 Maven coordinates: org.apache.camel:camel-weka Syntax:weka:commandPath parameter: command (required) The command to use. There are 7 enums and the value can be one of: filter, model, read, write, push, pop, version- Parameters:
path- command- Returns:
- the dsl builder
-
weka
Weka (camel-weka) Perform machine learning tasks using Weka. Category: datamining Since: 3.1 Maven coordinates: org.apache.camel:camel-weka Syntax:weka:commandPath parameter: command (required) The command to use. There are 7 enums and the value can be one of: filter, model, read, write, push, pop, version- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- command- Returns:
- the dsl builder
-