Package | Description |
---|---|
org.wso2.carbon.ml.core.impl | |
org.wso2.carbon.ml.core.utils |
Modifier and Type | Method and Description |
---|---|
List<org.wso2.carbon.ml.commons.domain.ClusterPoint> |
MLModelHandler.getClusterPoints(int tenantId,
String userName,
long datasetId,
String featureListString,
int noOfClusters) |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.ml.commons.domain.SamplePoints |
MLUtils.getSample(String path,
String dataType,
int sampleSize,
boolean containsHeader,
String sourceType,
int tenantId)
Generate a random sample of the dataset using Spark.
|
static org.wso2.carbon.ml.commons.domain.SamplePoints |
MLUtils.getSampleFromDAS(String path,
int sampleSize,
String sourceType,
int tenantId)
Generate a random sample of the dataset using Spark.
|
Copyright © 2015 WSO2, Inc.. All Rights Reserved.