All Downloads are FREE. Search and download functionalities are using the official Maven repository.

water.bindings.proxies.retrofit.MakeGLMModel Maven / Gradle / Ivy

There is a newer version: 3.8.2.11
Show newest version
package water.bindings.proxies.retrofit;

import water.bindings.pojos.*;
import retrofit2.*;
import retrofit2.http.*;
import java.util.Map;

public interface MakeGLMModel {
    /** make a new GLM model based on existing one */
    @FormUrlEncoded
    @POST("/3/MakeGLMModel")
    Call make_model(@Field("model") String model,
                                @Field("dest") String dest,
                                @Field("names") String[] names,
                                @Field("beta") double[] beta,
                                @Field("threshold") float threshold);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy