module CrystalML::Clusterer

Direct including types

Defined in:

base.cr

Instance Method Summary

Instance Method Detail

abstract def predict(data : Tensor(Float64, CPU(Float64))) : Array(Int32) #

[View source]
def predict(data : Array(Array(Float64)) | Crysda::DataFrame) : Array(Int32) #

[View source]