Enum juggernaut::cost::CostFunctions [] [src]

pub enum CostFunctions {
    SquaredError,
    CrossEntropy,
}

Available cost functions The only reason for having this enum is to match it in NeuralNetwork

Variants