|
5941 | 5941 |
|
5942 | 5942 | [Clustering.AffinityPropagation] |
5943 | 5943 | ":input_scitype" = "`ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}`" |
5944 | | -":output_scitype" = "`ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}`" |
| 5944 | +":output_scitype" = "`ScientificTypesBase.Unknown`" |
5945 | 5945 | ":target_scitype" = "`ScientificTypesBase.Unknown`" |
5946 | | -":fit_data_scitype" = "`Tuple{ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}}`" |
| 5946 | +":fit_data_scitype" = "`Tuple{}`" |
5947 | 5947 | ":predict_scitype" = "`ScientificTypesBase.Unknown`" |
5948 | | -":transform_scitype" = "`ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}`" |
| 5948 | +":transform_scitype" = "`ScientificTypesBase.Unknown`" |
5949 | 5949 | ":inverse_transform_scitype" = "`ScientificTypesBase.Table{<:AbstractVector{<:ScientificTypesBase.Continuous}}`" |
5950 | 5950 | ":target_in_fit" = "`false`" |
5951 | 5951 | ":is_pure_julia" = "`true`" |
|
5963 | 5963 | ":human_name" = "affinity propagation clusterer" |
5964 | 5964 | ":is_supervised" = "`false`" |
5965 | 5965 | ":prediction_type" = ":unknown" |
5966 | | -":abstract_type" = "`MLJModelInterface.Unsupervised`" |
5967 | | -":implemented_methods" = [":clean!", ":fit", ":fitted_params", ":predict", ":transform"] |
| 5966 | +":abstract_type" = "`MLJModelInterface.Static`" |
| 5967 | +":implemented_methods" = [":clean!", ":predict"] |
5968 | 5968 | ":hyperparameters" = "`(:damp, :maxiter, :tol, :preference, :metric)`" |
5969 | 5969 | ":hyperparameter_types" = "`(\"Float64\", \"Int64\", \"Float64\", \"Union{Nothing, Float64}\", \"Distances.SemiMetric\")`" |
5970 | 5970 | ":hyperparameter_ranges" = "`(nothing, nothing, nothing, nothing, nothing)`" |
|
0 commit comments