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

Description Usage Arguments

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


deeplearning documentation built on Jan. 15, 2017, 9:52 a.m.