[3172cb]: / man / NNLS.Rd

Download this file

22 lines (19 with data), 395 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{NNLS}
\alias{NNLS}
\title{NNLS function to optimize weights of several base learners}
\usage{
NNLS(x, y, wt)
}
\arguments{
\item{x}{x}
\item{y}{y}
\item{wt}{wt}
}
\value{
Solution of the quadratic programming problem
}
\description{
NNLS function to optimize weights of several base learners
}