Package org.tribuo.clustering.kmeans
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
Modifier and TypeClassDescriptionstatic class
Options for the K-Means CLI. -
Constructor Summary
-
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.
-