yacht_hydrodynamics | R Documentation |
This dataset contains the hydrodynamic characteristics of sailing yachts, including design parameters and performance metrics.
yacht_hydrodynamics
A data frame with 308 rows and 7 columns.
Residuary Resistance
: Residuary resistance per unit weight of displacement (performance metric).
Longitudinal Position of Center of Buoyancy
: Longitudinal position of the center of buoyancy.
Prismatic Coefficient
: Prismatic coefficient.
Length-Displacement Ratio
: Length-displacement ratio.
Beam-Draft Ratio
: Beam-draft ratio.
Length-Beam Ratio
: Length-beam ratio.
Froude Number
: Froude number.
The dataset contains hydrodynamic data for sailing yachts, with the goal of predicting the residuary resistance from various design parameters.
The dataset is commonly used for regression analysis and machine learning tasks to model the relationship between design parameters and performance metrics.
UCI Machine Learning Repository
# Load the dataset
data(yacht_hydrodynamics)
# Print the first few rows of the dataset
print(head(yacht_hydrodynamics))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.