Advertisement
Guest User

Untitled

a guest
Jul 26th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. class aaa{
  2.     static private Matrix a;
  3.  
  4.  
  5.     public Double[] infer(String doc) {
  6.         String[] doc2 = doc.split()
  7.         infer(doc2);
  8.  
  9.  
  10.     }
  11.  
  12.     public infer(String[] doc){
  13.         if (!a ) {
  14.             loadfile
  15.         }
  16.     }
  17.  
  18.     publci infer(ArrayList<String>){
  19.  
  20.     }
  21.  
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement