[381c22]: / man / J48DT.Rd

Download this file

25 lines (22 with data), 660 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/J48DT.R
\name{J48DT}
\alias{J48DT}
\title{J48 Decision Tree}
\usage{
J48DT(data, quiet = FALSE, plot = TRUE)
}
\arguments{
\item{data}{A data frame resulted from running the function ClassVectoringDT.}
\item{quiet}{If `TRUE`, suppresses intermediary output}
\item{plot}{If `FALSE`, suppresses plot output}
}
\value{
Information about the J48 model and, by default, a plot of the
decision tree.
}
\description{
The decision tree analysis is implemented over a training
dataset, which consisted of the DEGs obtained by either SAMseq or the
binomial differential expression.
}