jar

io.hydrosphere : spark-ml-serving-2_1_2.11

Maven & Gradle

May 29, 2018
49 stars

spark-ml-serving-2_1 · spark-ml-serving-2_1

Table Of Contents

Latest Version

Download io.hydrosphere : spark-ml-serving-2_1_2.11 JAR file - Latest Versions:

All Versions

Download io.hydrosphere : spark-ml-serving-2_1_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spark-ml-serving-2_1_2.11-0.3.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.hydrosphere.spark_ml_serving.classification

├─ io.hydrosphere.spark_ml_serving.classification.LocalDecisionTreeClassificationModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.classification.LocalGBTClassificationModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.classification.LocalLogisticRegressionModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.classification.LocalMultilayerPerceptronClassificationModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.classification.LocalNaiveBayes.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.classification.LocalRandomForestClassificationModel.class - [JAR]

io.hydrosphere.spark_ml_serving.common.reader

├─ io.hydrosphere.spark_ml_serving.common.reader.NameValue.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.reader.SimpleReadSupport.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.reader.SimpleRecord.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.reader.SimpleRecordConverter.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.reader.SimpleRecordMaterializer.class - [JAR]

io.hydrosphere.spark_ml_serving.common

├─ io.hydrosphere.spark_ml_serving.common.LocalData.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.LocalDataColumn.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.LocalPredictionModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.LocalTransformer.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.Metadata.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.ModelDataReader.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.ModelLoader.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.ModelSource.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.SimpleModelLoader.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.TreeModelLoader.class - [JAR]

io.hydrosphere.spark_ml_serving.common.classification

├─ io.hydrosphere.spark_ml_serving.common.classification.LocalClassificationModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.classification.LocalProbabilisticClassificationModel.class - [JAR]

io.hydrosphere.spark_ml_serving

├─ io.hydrosphere.spark_ml_serving.CommonLoaderConversions.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.CommonTransormerConversions.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.DynamicLoaderConverter.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.DynamicTransformerConverter.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.LocalPipelineModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.SparkImplementationImplicits.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.SpecificLoaderConversions.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.SpecificTransformerConversions.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.TypedTransformerConverter.class - [JAR]

io.hydrosphere.spark_ml_serving.preprocessors

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalBinarizer.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalChiSqSelectorModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalCountVectorizerModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalDCT.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalHashingTF.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalIDF.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalIndexToString.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalMaxAbsScalerModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalMinMaxScalerModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalNGram.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalNormalizer.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalOneHotEncoder.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalPCAModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalPolynomialExpansion.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalRegexTokenizer.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalStandardScalerModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalStopWordsRemover.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalStringIndexerModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalTokenizer.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalVectorAssembler.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalVectorIndexerModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.preprocessors.LocalWord2VecModel.class - [JAR]

io.hydrosphere.spark_ml_serving.common.utils

├─ io.hydrosphere.spark_ml_serving.common.utils.DataUtils.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.utils.ParamUtils.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.utils.PrivateMethodCaller.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.utils.PrivateMethodExposer.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.common.utils.PumpedClass.class - [JAR]

io.hydrosphere.spark_ml_serving.regression

├─ io.hydrosphere.spark_ml_serving.regression.LocalDecisionTreeRegressionModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.regression.LocalGBTRegressor.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.regression.LocalLinearRegressionModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.regression.LocalRandomForestRegressionModel.class - [JAR]

io.hydrosphere.spark_ml_serving.clustering

├─ io.hydrosphere.spark_ml_serving.clustering.LocalGaussianMixtureModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.clustering.LocalKMeansModel.class - [JAR]

├─ io.hydrosphere.spark_ml_serving.clustering.LocalLDAModel.class - [JAR]

Advertisement