Package edu.ucla.sspace.lra

Examples of edu.ucla.sspace.lra.LatentRelationalAnalysis.mapColumns()


                lra.findPatterns();

                //Step 5. Map phrases to rows
                lra.mapRows();
                //Step 6. Map patterns to columns
                lra.mapColumns();

                //Step 7. Create sparse matrix
                Matrix sparse_matrix = lra.createSparseMatrix();

                //Step 8. Calculate entropy
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.