- sample() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.model.BernoulliDistribution
-
- sample(int) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.model.BernoulliDistribution
-
- sample() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.model.CategoricalDistribution
-
- sample(int) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.model.CategoricalDistribution
-
- sample() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.model.NormalDistribution
-
- sample(int) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.model.NormalDistribution
-
- setAddBias(boolean) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.BayesianModel
-
- setBias(double) - Method in class org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.util.PerceptronModel
-
Set a bias for the model
- setCoordinates(double[]) - Method in class org.wso2.extension.siddhi.execution.streamingml.clustering.kmeans.util.DataPoint
-
- setLearningRate(double) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.BayesianModel
-
- setLearningRate(double) - Method in class org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.util.PerceptronModel
-
Set a learning rate to the model
- setLinearRegressionMap(Map<String, LinearRegression>) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.regression.util.LinearRegressionModelHolder
-
- setNoOfClasses(int) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.SoftmaxRegression
-
- setNumFeatures(int) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.BayesianModel
-
- setNumSamples(int) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.BayesianModel
-
- setOptimizerType(BayesianModel.OptimizerType) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.BayesianModel
-
- setPerceptronModelMap(Map<String, PerceptronModel>) - Method in class org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.util.PerceptronModelsHolder
-
- setPredictionSamples(int) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.BayesianModel
-
- setSoftmaxRegressionMap(Map<String, SoftmaxRegression>) - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.classification.util.SoftmaxRegressionModelHolder
-
- setThreshold(double) - Method in class org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.util.PerceptronModel
-
Set a threshold to the model
- SoftmaxRegression - Class in org.wso2.extension.siddhi.execution.streamingml.bayesian.util
-
implements Bayesian Softmax regression model.
- SoftmaxRegression(int) - Constructor for class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.SoftmaxRegression
-
- SoftmaxRegression(SoftmaxRegression) - Constructor for class org.wso2.extension.siddhi.execution.streamingml.bayesian.util.SoftmaxRegression
-
- SoftmaxRegressionModelHolder - Class in org.wso2.extension.siddhi.execution.streamingml.bayesian.classification.util
-
- start() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.classification.BayesianClassificationStreamProcessorExtension
-
This will be called only once and this can be used to acquire
required resources for the processing element.
- start() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.classification.BayesianClassificationUpdaterStreamProcessorExtension
-
This will be called only once and this can be used to acquire
required resources for the processing element.
- start() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.regression.BayesianRegressionStreamProcessorExtension
-
This will be called only once and this can be used to acquire
required resources for the processing element.
- start() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.regression.BayesianRegressionUpdaterStreamProcessorExtension
-
This will be called only once and this can be used to acquire
required resources for the processing element.
- start() - Method in class org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.PerceptronClassifierStreamProcessorExtension
-
- start() - Method in class org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.PerceptronClassifierUpdaterStreamProcessorExtension
-
- start() - Method in class org.wso2.extension.siddhi.execution.streamingml.clustering.kmeans.KMeansIncrementalSPExtension
-
- start() - Method in class org.wso2.extension.siddhi.execution.streamingml.clustering.kmeans.KMeansMiniBatchSPExtension
-
- stop() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.classification.BayesianClassificationStreamProcessorExtension
-
This will be called only once and this can be used to release
the acquired resources for processing.
- stop() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.classification.BayesianClassificationUpdaterStreamProcessorExtension
-
This will be called only once and this can be used to release
the acquired resources for processing.
- stop() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.regression.BayesianRegressionStreamProcessorExtension
-
This will be called only once and this can be used to release
the acquired resources for processing.
- stop() - Method in class org.wso2.extension.siddhi.execution.streamingml.bayesian.regression.BayesianRegressionUpdaterStreamProcessorExtension
-
This will be called only once and this can be used to release
the acquired resources for processing.
- stop() - Method in class org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.PerceptronClassifierStreamProcessorExtension
-
- stop() - Method in class org.wso2.extension.siddhi.execution.streamingml.classification.perceptron.PerceptronClassifierUpdaterStreamProcessorExtension
-
- stop() - Method in class org.wso2.extension.siddhi.execution.streamingml.clustering.kmeans.KMeansIncrementalSPExtension
-
- stop() - Method in class org.wso2.extension.siddhi.execution.streamingml.clustering.kmeans.KMeansMiniBatchSPExtension
-