mse {eat}R Documentation

Mean Squared Error

Description

This function calculates the Mean Square Error between the predicted value and the observations in a given node.

Usage

mse(data, t, y)

Arguments

data

Data to be used.

t

A given node.

y

Column output indexes in data.

Value

Mean Square Error at a node.


[Package eat version 0.1.4 Index]