Package edu.ucla.sspace.lra

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


                }
            } else { //do normal LRA preprocessing...


                //Step 3. Get patterns Step 4. Filter top NUM_PATTERNS
                lra.findPatterns();

                //Step 5. Map phrases to rows
                lra.mapRows();
                //Step 6. Map patterns to columns
                lra.mapColumns();
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.