org.encog.app.analyst.csv
Class ClusterRow
java.lang.Object
org.encog.ml.data.basic.BasicMLDataPair
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
| Methods inherited from class org.encog.ml.data.basic.BasicMLDataPair |
createPair, getIdeal, getIdealArray, getInput, getInputArray, getSignificance, isSupervised, setIdealArray, setInputArray, setSignificance, toString |
ClusterRow
public ClusterRow(double[] input,
LoadedRow theRow)
- Construct the cluster row.
- Parameters:
input - The input data.theRow - The CSV row.
getRow
public final LoadedRow getRow()
- Returns:
- the row
Copyright © 2011. All Rights Reserved.