Package cc.mallet.cluster.examples
Class FirstOrderClusterExample
- java.lang.Object
-
- cc.mallet.cluster.examples.FirstOrderClusterExample
-
public class FirstOrderClusterExample extends java.lang.Object
Illustrates use of a supervised clustering method that uses features over clusters. Synthetic data is created where Instances belong in same cluster iff they each have a feature called "feature0".- Since:
- 1.0
- Version:
- 1.0
- Author:
- "Aron Culotta"
-
-
Constructor Summary
Constructors Constructor Description FirstOrderClusterExample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
void
run()
-