C# Class Encog.App.Analyst.CSV.ClusterRow

Holds input data and the CSV row for a cluster item.
Inheritance: Encog.ML.Data.Basic.BasicMLDataPair
Mostra file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
ClusterRow ( double input, LoadedRow theRow ) : Encog.App.Analyst.CSV.Basic

Construct the cluster row.

Method Details

ClusterRow() public method

Construct the cluster row.
public ClusterRow ( double input, LoadedRow theRow ) : Encog.App.Analyst.CSV.Basic
input double The input data.
theRow Encog.App.Analyst.CSV.Basic.LoadedRow The CSV row.
return Encog.App.Analyst.CSV.Basic