yacht_hydrodynamics: Yacht Hydrodynamics Data

yacht_hydrodynamicsR Documentation

Yacht Hydrodynamics Data

Description

This dataset contains the hydrodynamic characteristics of sailing yachts, including design parameters and performance metrics.

Usage

data(yacht_hydrodynamics)

Format

A data frame with 308 rows and 1 column.

V1

Residuary resistance per unit weight of displacement (performance metric).

Details

The dataset contains hydrodynamic data for sailing yachts, with the goal of predicting the residuary resistance from various design parameters.

Note

The dataset is commonly used for regression analysis and machine learning tasks to model the relationship between design parameters and performance metrics.

Source

UCI Machine Learning Repository

Examples

# Load the dataset
data(yacht_hydrodynamics)

# Print the first few rows of the dataset
print(head(yacht_hydrodynamics))

TFM documentation built on April 16, 2025, 5:10 p.m.

Related to yacht_hydrodynamics in TFM...