org.encog.app.analyst.csv
Class ClusterRow

java.lang.Object
  extended by org.encog.ml.data.basic.BasicMLDataPair
      extended by org.encog.app.analyst.csv.ClusterRow
All Implemented Interfaces:
Serializable, MLDataPair

public class ClusterRow
extends BasicMLDataPair

Holds input data and the CSV row for a cluster item.

See Also:
Serialized Form

Constructor Summary
ClusterRow(double[] input, LoadedRow theRow)
          Construct the cluster row.
 
Method Summary
 LoadedRow getRow()
           
 
Methods inherited from class org.encog.ml.data.basic.BasicMLDataPair
createPair, getIdeal, getIdealArray, getInput, getInputArray, getSignificance, isSupervised, setIdealArray, setInputArray, setSignificance, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterRow

public ClusterRow(double[] input,
                  LoadedRow theRow)
Construct the cluster row.

Parameters:
input - The input data.
theRow - The CSV row.
Method Detail

getRow

public final LoadedRow getRow()
Returns:
the row


Copyright © 2011. All Rights Reserved.