We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd22fa commit 68e4592Copy full SHA for 68e4592
src/utils/datastructs.jl
@@ -56,7 +56,7 @@ end
56
struct ClustResultAll <: ClustResult
57
best_results::ClustData
58
best_ids::Array{Int,1}
59
- best_cost::Float
+ best_cost::Number
60
data_type::Array{String}
61
clust_config::Dict{String,Any}
62
centers::Array{Array{Float},1}
@@ -71,7 +71,7 @@ end
71
struct ClustResultBest <: ClustResult
72
73
74
75
76
77
end
0 commit comments