Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

Parameters for computing initial centroids for K-Means algorithm of the batch mode. More...

Public Member Functions

def __init__
 
def check
 
- Public Member Functions inherited from interface1_Parameter
def __init__
 
def check
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Static Public Attributes

 nTrials = ...
 
- Static Public Attributes inherited from interface1_Parameter
 nClusters = ...
 
 nRowsTotal = ...
 
 offset = ...
 
 seed = ...
 
 L = nClusters*oversamplingFactorpointsaresampledinaround.
 
 nRounds = ...
 
 engine = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Constructs parameters of the algorithm that computes initial centroids for K-Means algorithm by copying another parameters object

Parameters
otherParameters of K-Means algorithm

Member Function Documentation

def check (   self)

check(Parameter self) -> Status

Member Data Documentation

nTrials = ...
static

Kmeans++ only. The number of trials to generate all clusters but the first initial cluster.


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.