cout: CostFunction

Description Usage Arguments Examples

View source: R/CostFunction.R

Description

A loss function is a method of evaluating how well your algorithm models your datasets If they're pretty good, it will output a lower number

Usage

1
cout(x, y, theta)

Arguments

x

Matrix of explanatory variables to predict

y

Target Variable Matrix

theta

Coefficient matrix for logistic regression

Examples

1
cout(x,y,coef)

FD155/ProjetR documentation built on Dec. 17, 2021, 7:31 p.m.