File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed 
main/java/org/tribuo/clustering/gmm 
test/java/org/tribuo/clustering/gmm Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 6767 * </pre> 
6868 */ 
6969public  class  GaussianMixtureModel  extends  Model <ClusterID > {
70-     private  static  final  long  serialVersionUID  = 1L ;
71- 
7270    /** 
7371     * Protobuf serialization version. 
7472     */ 
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ public static void runEvaluation(GMMTrainer trainer) {
9090
9191        GaussianMixtureModel  model  = trainer .train (data );
9292
93-         Helpers .testModelSerialization (model , ClusterID .class );
9493        Helpers .testModelProtoSerialization (model , ClusterID .class , test );
9594
9695        ClusteringEvaluation  trainEvaluation  = eval .evaluate (model ,data );
@@ -117,7 +116,7 @@ public static Model<ClusterID> runDenseData(GMMTrainer trainer) {
117116    @ Test 
118117    public  void  testDenseData () {
119118        Model <ClusterID > model  = runDenseData (diagonal );
120-         Helpers .testModelSerialization (model ,ClusterID .class );
119+         Helpers .testModelProtoSerialization (model ,  ClusterID .class );
121120    }
122121
123122    @ Test 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments