ImHD | R Documentation |
Artificial Intelligence Based Machine Learning Algorithms for Height Diameter Relationships of Conifer Trees
ImHD(data, splitratio = 0.7)
data |
Datasets |
splitratio |
Train-Test split ratio |
Prediction: Prediction of all ML models
Accuracy: Accuracy metrics
Jeelani, M.I., Tabassum, A., Rather, K and Gul,M.2023. Neural Network Modeling of Height Diameter Relationships for Himalayan Pine through Back Propagation Approach. Journal of The Indian Society of Agricultural Statistics. 76(3): 169–178. <doi:10.1002/9781118032985>
library("ImHD")
data <- system.file("extdata", "data_test.csv", package = "ImHD")
data_test <- read.csv(data)
Model<-ImHD(data =data_test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.