Package | Description |
---|---|
org.wso2.carbon.ml.core.factories | |
org.wso2.carbon.ml.core.spark.algorithms | |
org.wso2.carbon.ml.core.spark.recommendation |
Modifier and Type | Method and Description |
---|---|
static MLModelBuilder |
ModelBuilderFactory.getModelBuilder(String algorithmType,
MLModelConfigurationContext context) |
Modifier and Type | Class and Description |
---|---|
class |
AnomalyDetectionModelBuilder
Building K means Anomaly Detection model supported by Spark.
|
class |
DeeplearningModelBuilder
Build deep learning models
|
class |
SupervisedSparkModelBuilder
Build supervised models supported by Spark.
|
class |
UnsupervisedSparkModelBuilder
Building unsupervised models supported by Spark.
|
Modifier and Type | Class and Description |
---|---|
class |
RecommendationModelBuilder
Builds a Matrix Factorization Model using a collaborative filtering algorithm (ALS) to generate personalized
recommendations.
|
Copyright © 2015 WSO2, Inc.. All Rights Reserved.