Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.mllib.tree Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
AbsoluteError Class for absolute error loss calculation (for regression).Classorg.apache.spark.mllib.tree.lossApache Spark
Algo Enum to select the algorithm for the decision treeSee Also:Serialized FormClassorg.apache.spark.mllib.tree.configurationApache Spark
BoostingStrategyConfiguration options for GradientBoostedTrees.Classorg.apache.spark.mllib.tree.configurationApache Spark
DecisionTreeA class which implements a decision tree learning algorithm for classification and regression.Classorg.apache.spark.mllib.treeApache Spark
DecisionTreeModelDecision tree model for classification or regression.Classorg.apache.spark.mllib.tree.modelApache Spark
Entropy Class for calculating entropy during binary classification.Classorg.apache.spark.mllib.tree.impurityApache Spark
FeatureTypeEnum to describe whether a feature is "continuous" or "categorical"See Also:Serialized FormClassorg.apache.spark.mllib.tree.configurationApache Spark
Gini Class for calculating the during binary classification.Classorg.apache.spark.mllib.tree.impurityApache Spark
GradientBoostedTreesA class that implements Stochastic Gradient BoostingClassorg.apache.spark.mllib.treeApache Spark
GradientBoostedTreesModelRepresents a gradient boosted trees model.Classorg.apache.spark.mllib.tree.modelApache Spark
Impurity Trait for calculating information gain.Interfaceorg.apache.spark.mllib.tree.impurityApache Spark
InformationGainStats Information gain statistics for each split param: gain information gain valueClassorg.apache.spark.mllib.tree.modelApache Spark
LogLoss Class for log loss calculation (for classification).Classorg.apache.spark.mllib.tree.lossApache Spark
Loss Trait for adding "pluggable" loss functions for the gradient boosting algorithm.Interfaceorg.apache.spark.mllib.tree.lossApache Spark
LossesClassorg.apache.spark.mllib.tree.lossApache Spark
Node Node in a decision tree.Classorg.apache.spark.mllib.tree.modelApache Spark
PredictPredicted value for a node param: predict predicted valueClassorg.apache.spark.mllib.tree.modelApache Spark
QuantileStrategyEnum for selecting the quantile calculation strategySee Also:Serialized FormClassorg.apache.spark.mllib.tree.configurationApache Spark
RandomForestA class that implements a Random Forest learning algorithm for classification and regression.Classorg.apache.spark.mllib.treeApache Spark
RandomForestModelRepresents a random forest model.Classorg.apache.spark.mllib.tree.modelApache Spark
Split Split applied to a feature param: feature feature indexClassorg.apache.spark.mllib.tree.modelApache Spark
SquaredError Class for squared error loss calculation.Classorg.apache.spark.mllib.tree.lossApache Spark
StrategyStores all the configuration options for tree construction param: algo Learning goal.Classorg.apache.spark.mllib.tree.configurationApache Spark
Variance Class for calculating variance during regressionSee Also:Serialized FormClassorg.apache.spark.mllib.tree.impurityApache Spark