Interface WekaComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface WekaComponentBuilderFactory
Perform machine learning tasks using Weka. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
WekaComponentBuilderFactory.WekaComponentBuilder
Builder for the Weka component.static class
WekaComponentBuilderFactory.WekaComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static WekaComponentBuilderFactory.WekaComponentBuilder
weka()
Weka (camel-weka) Perform machine learning tasks using Weka.
-
-
-
Method Detail
-
weka
static WekaComponentBuilderFactory.WekaComponentBuilder weka()
Weka (camel-weka) Perform machine learning tasks using Weka. Category: datamining Since: 3.1 Maven coordinates: org.apache.camel:camel-weka- Returns:
- the dsl builder
-
-