|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.clustering.Clustering
jml.clustering.LLNMF
public class LLNMF
Field Summary |
---|
Fields inherited from class jml.clustering.Clustering |
---|
centers, dataMatrix, indicatorMatrix, nClus, nFeature, nSample |
Constructor Summary | |
---|---|
LLNMF()
|
Method Summary | |
---|---|
void |
clustering()
Do clustering. |
void |
initialize(org.apache.commons.math.linear.RealMatrix G0)
Initialize the indicator matrix. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class jml.clustering.Clustering |
---|
clustering, feedData, feedData, getAccuracy, getCenters, getData, getIndicatorMatrix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LLNMF()
Method Detail |
---|
public void initialize(org.apache.commons.math.linear.RealMatrix G0)
Clustering
initialize
in class Clustering
G0
- initial indicator matrixpublic void clustering()
Clustering
clustering
in class Clustering
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |