Uses of Interface
org.apache.camel.builder.endpoint.dsl.WekaEndpointBuilderFactory.WekaEndpointBuilder
Packages that use WekaEndpointBuilderFactory.WekaEndpointBuilder
-
Uses of WekaEndpointBuilderFactory.WekaEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return WekaEndpointBuilderFactory.WekaEndpointBuilderModifier and TypeMethodDescriptionWeka (camel-weka) Perform machine learning tasks using Weka.Weka (camel-weka) Perform machine learning tasks using Weka. -
Uses of WekaEndpointBuilderFactory.WekaEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return WekaEndpointBuilderFactory.WekaEndpointBuilderModifier and TypeMethodDescriptionThe filter spec (i.e.WekaEndpointBuilderFactory.AdvancedWekaEndpointBuilder.basic()The classifier spec (i.e.The named dataset to train the classifier with.WekaEndpointBuilderFactory.endpointBuilder(String componentName, String path) WekaEndpointBuilderFactory.WekaEndpointBuilder.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.WekaEndpointBuilderFactory.WekaEndpointBuilder.seed(int seed) An optional seed for the randomizer.An optional seed for the randomizer.Weka (camel-weka) Perform machine learning tasks using Weka.Weka (camel-weka) Perform machine learning tasks using Weka.WekaEndpointBuilderFactory.WekaEndpointBuilder.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.