emel/lazy/ml/perceptron
Functions
pub fn classifier(
dataset: ZList(#(ZList(Float), Bool)),
learning_rate: Float,
error_threshold: Float,
max_iterations: Int,
) -> fn(ZList(Float)) -> Bool
pub fn classifier(
dataset: ZList(#(ZList(Float), Bool)),
learning_rate: Float,
error_threshold: Float,
max_iterations: Int,
) -> fn(ZList(Float)) -> Bool