protected static class SparkMLTrainer.MLTrainerConfig
extends co.cask.cdap.api.plugin.PluginConfig
| Modifier and Type | Field and Description |
|---|---|
protected String |
featureFieldsToExclude |
protected String |
featureFieldsToInclude |
protected String |
fileSetName |
protected String |
labelField |
protected String |
path |
| Modifier | Constructor and Description |
|---|---|
protected |
SparkMLTrainer.MLTrainerConfig() |
protected |
SparkMLTrainer.MLTrainerConfig(String fileSetName,
String path,
String featureFieldsToInclude,
String featureFieldsToExclude,
String labelField) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(co.cask.cdap.api.data.schema.Schema inputSchema) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.