Package edu.ucla.sspace.basis

Examples of edu.ucla.sspace.basis.StringBasisMapping


    /**
     * Constructs a new {@link ExplicitSemanticAnalysis} instance.
     */
    public ExplicitSemanticAnalysis() throws IOException {
        super(true, new StringBasisMapping(),
              new SvdlibcSparseBinaryMatrixBuilder());

        // We use a synchronized and growable array list in order to save space.
        // Since the GrowableArrayList does the growing whenever set is called,
        // the number of synchronization calls are minimized.
View Full Code Here

TOP

Related Classes of edu.ucla.sspace.basis.StringBasisMapping

Copyright © 2018 www.massapicom. 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.