Learn R Programming

RSNNS (version 0.3-1)

inputColumns: Function to get the columns that are inputs.

Description

Function to get the columns that are inputs.

Usage

inputColumns(patterns)

Arguments

patterns
matrix or data.frame containing the patterns

Details

This function extracts all columns from a matrix whose column names begin with "in". The example data of this package follows this naming convention.