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

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

Méthodes publiques

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

Construct the cluster row.

Method Details

ClusterRow() public méthode

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.
Résultat Encog.App.Analyst.CSV.Basic