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 Detail

      • lazyStartProducer

        default WekaEndpointBuilderFactory.WekaEndpointBuilder lazyStartProducer​(boolean lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a: <code>boolean</code> type. Default: false Group: producer
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • lazyStartProducer

        default WekaEndpointBuilderFactory.WekaEndpointBuilder lazyStartProducer​(String lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option will be converted to a <code>boolean</code> type. Default: false Group: producer
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • dsname

        default WekaEndpointBuilderFactory.WekaEndpointBuilder dsname​(String 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

        default WekaEndpointBuilderFactory.WekaEndpointBuilder folds​(int 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

        default WekaEndpointBuilderFactory.WekaEndpointBuilder folds​(String 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
      • seed

        default WekaEndpointBuilderFactory.WekaEndpointBuilder seed​(int 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

        default WekaEndpointBuilderFactory.WekaEndpointBuilder seed​(String 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

        default WekaEndpointBuilderFactory.WekaEndpointBuilder xval​(boolean 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

        default WekaEndpointBuilderFactory.WekaEndpointBuilder xval​(String 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