Uses of Class
edu.upenn.seas.mstparser.FeatureVector
-
Packages that use FeatureVector Package Description edu.upenn.seas.mstparser -
-
Uses of FeatureVector in edu.upenn.seas.mstparser
Fields in edu.upenn.seas.mstparser declared as FeatureVector Modifier and Type Field Description FeatureVectorDependencyInstance. fvFeatureVectorParseForestItem. fvMethods in edu.upenn.seas.mstparser that return FeatureVector Modifier and Type Method Description FeatureVectorFeatureVector. cat(FeatureVector fl2)FeatureVectorKBestParseForest. cat(FeatureVector fv1, FeatureVector fv2)FeatureVectorKBestParseForest2O. cat(FeatureVector fv1, FeatureVector fv2)FeatureVectorDependencyPipe. createFeatureVector(DependencyInstance instance)FeatureVectorFeatureVector. getDistVector(FeatureVector fl2)FeatureVectorKBestParseForest. getFeatureVector(ParseForestItem pfi)FeatureVectorKBestParseForest2O. getFeatureVector(ParseForestItem pfi)Methods in edu.upenn.seas.mstparser with parameters of type FeatureVector Modifier and Type Method Description voidDependencyPipe. add(String feat, double val, FeatureVector fv)voidDependencyPipe. add(String feat, FeatureVector fv)booleanKBestParseForest. add(int s, int type, int dir, double score, FeatureVector fv)booleanKBestParseForest. add(int s, int r, int t, int type, int dir, int comp, double score, FeatureVector fv, ParseForestItem p1, ParseForestItem p2)booleanKBestParseForest2O. add(int s, int type, int dir, double score, FeatureVector fv)booleanKBestParseForest2O. add(int s, int r, int t, int type, int dir, int comp, double score, FeatureVector fv, ParseForestItem p1, ParseForestItem p2)voidDependencyPipe. addCoreFeatures(DependencyInstance instance, int small, int large, boolean attR, FeatureVector fv)protected voidDependencyPipe. addExtendedFeatures(DependencyInstance instance, FeatureVector fv)protected voidDependencyPipe2O. addExtendedFeatures(DependencyInstance instance, FeatureVector fv)voidDependencyPipe. addLabeledFeatures(DependencyInstance instance, int word, String type, boolean attR, boolean childFeatures, FeatureVector fv)FeatureVectorFeatureVector. cat(FeatureVector fl2)FeatureVectorKBestParseForest. cat(FeatureVector fv1, FeatureVector fv2)FeatureVectorKBestParseForest2O. cat(FeatureVector fv1, FeatureVector fv2)Object[][]DependencyDecoder. decodeNonProjective(DependencyInstance inst, FeatureVector[][][] fvs, double[][][] probs, FeatureVector[][][][] nt_fvs, double[][][][] nt_probs, int K)Object[][]DependencyDecoder2O. decodeNonProjective(DependencyInstance inst, FeatureVector[][][] fvs, double[][][] probs, FeatureVector[][][] fvs_trips, double[][][] probs_trips, FeatureVector[][][] fvs_sibs, double[][][] probs_sibs, FeatureVector[][][][] nt_fvs, double[][][][] nt_probs, int K)Object[][]DependencyDecoder. decodeProjective(DependencyInstance inst, FeatureVector[][][] fvs, double[][][] probs, FeatureVector[][][][] nt_fvs, double[][][][] nt_probs, int K)Object[][]DependencyDecoder2O. decodeProjective(DependencyInstance inst, FeatureVector[][][] fvs, double[][][] probs, FeatureVector[][][] fvs_trips, double[][][] probs_trips, FeatureVector[][][] fvs_sibs, double[][][] probs_sibs, FeatureVector[][][][] nt_fvs, double[][][][] nt_probs, int K)doubleFeatureVector. dotProduct(FeatureVector fl2)voidDependencyPipe. fillFeatureVectors(DependencyInstance instance, FeatureVector[][][] fvs, double[][][] probs, FeatureVector[][][][] nt_fvs, double[][][][] nt_probs, Parameters params)voidDependencyPipe2O. fillFeatureVectors(DependencyInstance instance, FeatureVector[][][] fvs, double[][][] probs, FeatureVector[][][] fvs_trips, double[][][] probs_trips, FeatureVector[][][] fvs_sibs, double[][][] probs_sibs, FeatureVector[][][][] nt_fvs, double[][][][] nt_probs, Parameters params)FeatureVectorFeatureVector. getDistVector(FeatureVector fl2)doubleParameters. getScore(FeatureVector fv)DependencyInstanceDependencyPipe. readInstance(ObjectInputStream in, int length, FeatureVector[][][] fvs, double[][][] probs, FeatureVector[][][][] nt_fvs, double[][][][] nt_probs, Parameters params)Read an instance from an input stream.DependencyInstanceDependencyPipe2O. readInstance(ObjectInputStream in, int length, FeatureVector[][][] fvs, double[][][] probs, FeatureVector[][][] fvs_trips, double[][][] probs_trips, FeatureVector[][][] fvs_sibs, double[][][] probs_sibs, FeatureVector[][][][] nt_fvs, double[][][][] nt_probs, Parameters params)voidDependencyInstance. setFeatureVector(FeatureVector fv)Constructors in edu.upenn.seas.mstparser with parameters of type FeatureVector Constructor Description DependencyInstance(String[] forms, FeatureVector fv)DependencyInstance(String[] forms, String[] postags, FeatureVector fv)DependencyInstance(String[] forms, String[] postags, String[] labs, FeatureVector fv)FeatureVector(FeatureVector fv1)FeatureVector(FeatureVector fv1, FeatureVector fv2)FeatureVector(FeatureVector fv1, FeatureVector fv2, boolean negSecond)ParseForestItem(int s, int type, int dir, double prob, FeatureVector fv)ParseForestItem(int i, int k, int j, int type, int dir, int comp, double prob, FeatureVector fv, ParseForestItem left, ParseForestItem right)
-