@Documented @DefaultInteger(value=0) @Parameter(value=java.lang.Integer.class) @Qualifier @Target(value={METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface ModelSize
Number of neighbors to retain in the similarity matrix. Only the n most similar neighbors are retained for each item in model build. If 0, then all neighbors are retained.