VineForestDensity.fit

VineForestDensity.fit(X)

Fits the ensemble of vine density estimators.

Parameters:
Xndarray, shape (n_samples, n_features), dtype float, or DataFrame

Training data.

Returns:
selfVineForestDensity

The fitted estimator.