[3172cb]: / man / auc.obj.Rd

Download this file

22 lines (19 with data), 478 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/IL_Utilities.R
\name{auc.obj}
\alias{auc.obj}
\title{Title Meta level Objective function: NNLS for gaussian; Rank loss for binary observations}
\usage{
auc.obj(b, X, Y)
}
\arguments{
\item{b}{Weights vector}
\item{X}{Design matrix (data frame)}
\item{Y}{Outcome variable}
}
\value{
1 - AUC
}
\description{
Title Meta level Objective function: NNLS for gaussian; Rank loss for binary observations
}