org.encog.ml
public interface MLCluster
Modifier and Type | Method and Description |
---|---|
void |
add(MLData pair)
Add data to this cluster.
|
MLDataSet |
createDataSet()
Create a machine learning dataset from the data.
|
MLData |
get(int pos)
Get the specified data item by index.
|
List<MLData> |
getData() |
void |
remove(MLData data)
Remove the specified item.
|
int |
size() |
void add(MLData pair)
pair
- The data to add.MLDataSet createDataSet()
MLData get(int pos)
pos
- The index of the data item to get.void remove(MLData data)
data
- The item to remove.int size()
Copyright © 2014. All Rights Reserved.