tss_model: Build TSS Model

Description Usage Arguments

View source: R/deep_model.R

Description

Build model of TSS Confidence

Usage

1
2
3
4
5
6
tss_model(
  deep_obj,
  model_type = "status",
  optimizer = "adam",
  metric = "default"
)

Arguments

deep_obj

deep_tss object

model_type

Whether to model 'status' or 'score'

optimizer

Optimizer for compiling model

metric

Metric to optimize model. Defaults are "accuracy" for classification, and "mean_absolute_error" for score regression


rpolicastro/deepTSSscrubbeR documentation built on March 20, 2020, 5:38 a.m.