AR.DArch: Calculates the Accruacy Ratio of a given set of probability

Description Usage Arguments

View source: R/AR.R

Description

This function calculates the Accuracy Ratio of a trained darch instance

Usage

1
2
3
## S3 method for class 'DArch'
AR(x, input = x@dataSet@data, target = x@dataSet@targets,
  ...)

Arguments

x

a DArch instance

input

the input matrix

target

binary response

...

additional inputs


rz1988/deeplearning documentation built on May 28, 2019, 10:46 a.m.