public static class DecisionTreeTrainer.DecisionTreeTrainerConfig extends SparkMLTrainer.MLTrainerConfig
featureFieldsToExclude, featureFieldsToInclude, fileSetName, labelField, path| Constructor and Description |
|---|
DecisionTreeTrainer.DecisionTreeTrainerConfig() |
DecisionTreeTrainer.DecisionTreeTrainerConfig(String fileSetName,
String path,
String featuresToInclude,
String featuresToExclude,
String cardinalityMapping,
String labelField,
Integer maxDepth,
Integer maxBins) |
validatepublic DecisionTreeTrainer.DecisionTreeTrainerConfig()
public DecisionTreeTrainer.DecisionTreeTrainerConfig(String fileSetName, @Nullable String path, @Nullable String featuresToInclude, @Nullable String featuresToExclude, @Nullable String cardinalityMapping, String labelField, @Nullable Integer maxDepth, @Nullable Integer maxBins)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.