org.bigml.binding.laminar.Preprocess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigml-binding Show documentation
Show all versions of bigml-binding Show documentation
An open source Java client that gives you a simple binding to interact with BigML. You can use it to
easily create, retrieve, list, update, and delete BigML resources.
package org.bigml.binding.laminar;
import java.util.ArrayList;
import java.util.List;
import org.bigml.binding.Constants;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
/**
* Auxiliary functions for preprocessing
*
*/
public class Preprocess {
private static final String MEAN = "mean";
private static final String STANDARD_DEVIATION = "stdev";
private static final String ZERO = "zero_value";
private static final String ONE = "one_value";
private static ArrayList oneHot(
ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy