Class TrainTest
java.lang.Object
org.tribuo.clustering.kmeans.TrainTest
Build and run a k-means clustering model for a standard dataset.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classOptions for the K-Means CLI. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
TrainTest
public TrainTest() 
 - 
 - 
Method Details
- 
main
Runs a TrainTest CLI.- Parameters:
 args- the command line arguments- Throws:
 IOException- if there is any error reading the examples.
 
 -