Package edu.ucla.sspace.rri

Examples of edu.ucla.sspace.rri.ReflectiveRandomIndexing


     * the word-to-{@link TernaryVector} mapping.
     */
    protected SemanticSpace getSpace() {
        // Once all the optional properties are known and set, create the
        // ReflectiveRandomIndexing algorithm using them
        ri = new ReflectiveRandomIndexing(props);
        return ri;
    }
View Full Code Here

TOP

Related Classes of edu.ucla.sspace.rri.ReflectiveRandomIndexing

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.