[3172cb]: / man / SL.nnls.auc.Rd

Download this file

20 lines (18 with data), 460 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/IL_Utilities.R
\name{SL.nnls.auc}
\alias{SL.nnls.auc}
\title{Combined SuperLearner function for both NNLS/AUC maximization}
\usage{
SL.nnls.auc(Y, X, newX, family, obsWeights, bounds = c(0, Inf), ...)
}
\arguments{
\item{Y}{Y}
\item{X}{X}
}
\value{
Estimated meta-learner coefficients and predictions
}
\description{
Combined SuperLearner function for both NNLS/AUC maximization
}