predict.decisiontree: Prediction for Decision Tree

View source: R/deepML.r

predict.decisiontreeR Documentation

Prediction for Decision Tree

Description

Prediction for Decision Tree

Usage

## S3 method for class 'decisiontree'
predict(object, x, ...)

Arguments

object

R object.

x

A matrix or data frame with feature values.

...

Optional arguments.

Value

A vector with levels of y as the results of classifying the samples of x.

See Also

Other Machine Learning: cross_validation_split(), decision_tree(), k_nearest_neighbors(), moving_average(), naive_bayes(), naive_forecast(), predict.kmeans(), predict.naivebayes()


stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.