fisher_ld_threshold: 피셔 선형 판별 함수 분류 경계값.

View source: R/discriminant-functions.R

fisher_ld_thresholdR Documentation

피셔 선형 판별 함수 분류 경계값.

Description

두 범주 데이터를 구분하는 피셔 선형 판별함수의 경계값을 구한다.

Usage

fisher_ld_threshold(.data, .group_var, .xvar)

Arguments

.data

관측 데이터 프레임.

.group_var

범주변수.

.xvar

범주 분류에 사용될 변수.

Value

선형 함수의 분류 경계값.

Examples

data(binaryclass2, package = "dmtr")
fisher_ld_threshold(binaryclass2, class, c(x1, x2))


youngroklee-ml/dmtr documentation built on June 12, 2022, 6:24 p.m.