Modifier and Type | Method and Description |
---|---|
static MLModelBuilder |
ModelBuilderFactory.getModelBuilder(String algorithmType,
MLModelConfigurationContext context) |
Modifier and Type | Method and Description |
---|---|
MLModelConfigurationContext |
MLModelBuilder.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
MLModelBuilder.setContext(MLModelConfigurationContext context) |
Constructor and Description |
---|
MLModelBuilder(MLModelConfigurationContext context) |
Modifier and Type | Method and Description |
---|---|
static List<Map<String,Integer>> |
SparkModelUtils.buildEncodings(MLModelConfigurationContext ctx)
Build the encodings against each categorical feature.
|
Constructor and Description |
---|
AnomalyDetectionModelBuilder(MLModelConfigurationContext context) |
DeeplearningModelBuilder(MLModelConfigurationContext context) |
SupervisedSparkModelBuilder(MLModelConfigurationContext context) |
UnsupervisedSparkModelBuilder(MLModelConfigurationContext context) |
Modifier and Type | Method and Description |
---|---|
static org.apache.spark.api.java.JavaRDD<org.apache.spark.mllib.recommendation.Rating> |
RecommendationUtils.preProcess(MLModelConfigurationContext context,
boolean containsImplicitData)
Pre processes the data set.
|
Constructor and Description |
---|
RecommendationModelBuilder(MLModelConfigurationContext context) |
Copyright © 2016 WSO2, Inc.. All Rights Reserved.